leaflet-extras / leaflet-providers

An extension to Leaflet that contains configurations for various free tile providers.
https://leaflet-extras.github.io/leaflet-providers/preview/
BSD 2-Clause "Simplified" License
2.15k stars 669 forks source link

Stamen terrain-background max zoom #368

Closed vpipkt closed 3 years ago

vpipkt commented 3 years ago

It appears that the max zoom is 11 for the Stamen terrain-background variant. Unsure how to verify this.

https://github.com/leaflet-extras/leaflet-providers/blob/master/leaflet-providers.js#L348

brunob commented 3 years ago

i don't think so... http://maps.stamen.com/terrain/#17/48.38355/-4.49551

vpipkt commented 3 years ago

@brunob I am specifically highlighting the terrain-background variant. With that specific variant I get some 404s and some 200s at zoom levels less than the max zoom given. Is there a reference from stamen about the max zoom ?

curl -i  http://tile.stamen.com/terrain-background/14/4499/6312.png
brunob commented 3 years ago

I can get these tiles too zoom 15 here http://maps.stamen.com/terrain-background/#15/48.3835/-4.4955

FTR, terrain background was introduced by #50 & terrain worldwide by #223 and here is a stamen file reporting zoom range http://maps.stamen.com/js/tile.stamen.js

I think the bug come from stamen tile server cache which may be a bit broken. Maybe you can contact theme to confirm this ?

vpipkt commented 3 years ago

@brunob thank you for the research and background info! Closing this.