monitoring/ffmap/mapnik/tilestache.cfg

30 lines
547 B
INI
Raw Normal View History

{
"cache": {
"name": "Disk",
"path": "/var/cache/ffmap/tiles/"
},
"layers": {
"tiles/links_and_routers": {
"provider": {
2015-10-19 14:09:34 +02:00
"class": "dynmapnik:DynMapnik",
"kwargs": {
"mapfile": "/usr/share/ffmap/links_and_routers.xml"
}
},
"metatile": {"buffer": 128},
"cache lifespan": 300
},
"tiles/hoods": {
"provider": {
2015-10-19 14:09:34 +02:00
"class": "dynmapnik:DynMapnik",
"kwargs": {
"mapfile": "/usr/share/ffmap/hoods.xml"
}
},
"metatile": {"buffer": 128},
"cache lifespan": 300
}
2015-10-19 14:09:34 +02:00
},
"logging": "info"
}