Hey guys,
Just reposting this here in case anyone hasn't seen it. Having a bit of trouble getting tilestache to run with my mbtiles.
My cfg looks like:
{
"cache": { … }.
"layers":
{
"roads":
{
"provider":
{
"name": "mbtiles",
"tileset": "/home/test/tiles/australia.
mbtiles"
}
}
}
}
I
know it's probably quite obvious but can anyone point out what I'm doing wrong here? I've tried running it with a
different cfg that used proxy OSM tiles as a test and that seemed to
work fine so I'm assuming there's something wrong with my cfg file.
Tinkering with various parts of it didn't seem to help fix anything so
I'm at a bit of a loss. Thanks for any input you guys can give me.
- Andrew