I'm using Tilestache to serve some tiles outputted from Tilemil: my cfg file looks this:
"layers": { "main": { "provider": { "name": "mbtiles", "tileset": ".../DCMetro.mbtiles" }, "preview": { "lat": 39.1130, "lon": -76.8123, "zoom": 12, "ext": "png" },...When I navigate to localhost:8080/main/preview everything looks great, but when I go to, say, http://localhost:8080/main/13/1174/1564.png (which I know is an actual tile in my map from the server logs from the preview example), nothing comes up. The server logs say 200, everything fine, but no tile is displayed. When I try to connect Leaflet.js to Tilestache, it does't show any map at all. What could be going on?
أكثر...
"layers": { "main": { "provider": { "name": "mbtiles", "tileset": ".../DCMetro.mbtiles" }, "preview": { "lat": 39.1130, "lon": -76.8123, "zoom": 12, "ext": "png" },...When I navigate to localhost:8080/main/preview everything looks great, but when I go to, say, http://localhost:8080/main/13/1174/1564.png (which I know is an actual tile in my map from the server logs from the preview example), nothing comes up. The server logs say 200, everything fine, but no tile is displayed. When I try to connect Leaflet.js to Tilestache, it does't show any map at all. What could be going on?
أكثر...