I've successfully installed tilestache on my server and able to load a geojson from it. But when I change the config file to use disk cache, the server return 500 on requesting the tiles.What I add to my config file:
"cache": { "name": "Disk", "path": "/tmp/stache", "umask": "0000", "dirs": "portable" }I also have tried change the path to file:///tmp/stache but still return 500 when requesting tiles.How can I make the cache work?
أكثر...
"cache": { "name": "Disk", "path": "/tmp/stache", "umask": "0000", "dirs": "portable" }I also have tried change the path to file:///tmp/stache but still return 500 when requesting tiles.How can I make the cache work?
أكثر...