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
Leaflet allows for multiple uses of the same placeholder whereas webglearth does not. Thus, '{z}/{y}/{x}.jpg' works just fine, but '{z}/{y}/{x}-{y}-{z}.jpg' does not, as it will search for 1/0/1-%7By%7D-%7Bz%7D.jpg, leading to 404s.
The text was updated successfully, but these errors were encountered:
Leaflet allows for multiple uses of the same placeholder whereas webglearth does not. Thus,
'{z}/{y}/{x}.jpg'
works just fine, but'{z}/{y}/{x}-{y}-{z}.jpg'
does not, as it will search for1/0/1-%7By%7D-%7Bz%7D.jpg
, leading to 404s.The text was updated successfully, but these errors were encountered: