naturalatlas / tilestrata

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

Is it possible to serve tiles at {z}/{x}/{y}.{extension}? #20

Closed chriswhong closed 7 years ago

chriswhong commented 7 years ago

Tilestrata is great! Just wondering if hosting tiles at {z}/{x}/{y}.{extension} is possible, or if the /filename.png at the end is always necessary. Just trying to keep consistent URLs for map services I am setting up.

jczaplew commented 7 years ago

I opened a pull request for this - https://github.com/naturalatlas/tilestrata/pull/21

Let me know what you think.

brianreavis commented 7 years ago

Now out in 2.1.0!