naturalatlas / tilestrata

A pluggable Node.js map tile server.
Apache License 2.0
428 stars 42 forks source link

Use 'standard' tile source url template #4

Closed aleksplus closed 9 years ago

brianreavis commented 9 years ago

Is there any particular purpose for this? It's only saving 2 bytes per request (x/y/z.png vs z/y/z/t.png). With projects that have many different routes for each tile, this becomes less clean.

aleksplus commented 9 years ago

I want to say thank you for this great work, i realy like how it is working.

i dont want force my app clients to change their URL template, because i will replace tilestache to tilestrata.

mainly i want to store tile cache (i didn't push tilestrata-disk because of minor changes) in more standard way, for easy acces from third-party programs (e.g. put tile dir to .mbtile storage). This way have some disadvantages.