chelm / mbtiles-server

A very simple node.js server for mbtiles
162 stars 97 forks source link

path with filename #12

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi, great project! would it be possible to serve multiple files using a path with the filename?

for example a folder like:

./my_tiles1.mbtiles ./my_tiles2.mbtiles

and serving them like:

localhost:3000/my_tiles1/z/x/y.png localhost:3000/my_tiles2/z/x/y.png

thx!

zxzfcsu commented 6 years ago

how did you do it?My browser shows “Tile rendering error: Error: Tile does not exist”.Do you know why?Thanks in advance!

ghost commented 6 years ago

it was not possible. maybe you want to have a look to other tools. I used tilestache but it also has a small bug.