Increased tile min zoom
This commit is contained in:
parent
66844d3956
commit
aa8ea624c7
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ export async function init(){
|
|||
|
||||
// La couche custom de l'antenne
|
||||
L.tileLayer('./tuiles/{z}/{x}/{y}.png', {
|
||||
minZoom: 19,
|
||||
minZoom: 13,
|
||||
maxZoom: 21
|
||||
}).addTo(map)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue