webglearth / webglearth2

[UNMAINTAINED] WebGL Earth 2 - the source code of the project
Apache License 2.0
884 stars 212 forks source link

URL template issues #124

Open Exscotticus opened 4 years ago

Exscotticus commented 4 years ago

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.