maptiles/style/config.json

23 lines
356 B
JSON
Raw Permalink Normal View History

2025-01-16 20:45:43 +01:00
{
"options": {
"paths": {
"fonts": "/data/fonts",
"sprites": "/build/style",
"styles": "/build/style"
}
},
"styles": {
"OSM OpenMapTiles": {
"style": "style.json",
"tilejson": {
"type": "overlay"
}
}
},
"data": {
"openmaptiles": {
"mbtiles": "/data/tiles.mbtiles"
}
}
}