You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a MapServer with custom zoom levels (4 to 9) which corresponds to 13 to 18 on my map.
I set initial map zoom level to 13 and when I add my tile set it is requesting zoom 13 - which makes sense.
But afterwards (somehow) esri-leaflet figures out that zoom 13 corresponds to 4 on my server - I assume this is in some JSON on the MapServer describing this.
So when i zoom/pan after the initial load it grabs the tiles properly.
how do I get the initial tile load to use zoom 4 rather than 13?
right now, I'm just zoom/panning afterwards to get them to load.
Describe the bug
I have a MapServer with custom zoom levels (4 to 9) which corresponds to 13 to 18 on my map.
I set initial map zoom level to 13 and when I add my tile set it is requesting zoom 13 - which makes sense.
But afterwards (somehow) esri-leaflet figures out that zoom 13 corresponds to 4 on my server - I assume this is in some JSON on the MapServer describing this.
So when i zoom/pan after the initial load it grabs the tiles properly.
how do I get the initial tile load to use zoom 4 rather than 13?
right now, I'm just zoom/panning afterwards to get them to load.
Reproduction
Logs
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: