Files
tileserver-gl-weatherroutes/data/config.json
2025-02-10 21:27:28 +01:00

27 lines
567 B
JSON

{
"options": {
"paths": {
"fonts": "fonts",
"styles": "styles"
}
},
"styles": {
"default": {
"style": "default/style.json",
"tilejson": {
"type": "overlay"
}
},
"dark": {
"style": "custom/dark-style.json",
"tilejson": {
"type": "overlay"
}
}
},
"data": {
"openmaptiles": {
"mbtiles": "osm-2020-02-10-v3.11_europe_netherlands.mbtiles"
}
}
}