Initial setup (without mbtiles example)

This commit is contained in:
Sil Klaasboer
2025-02-10 21:27:28 +01:00
parent a2109cd008
commit 05588c2333
11 changed files with 7987 additions and 1 deletions

27
data/config.json Normal file
View File

@@ -0,0 +1,27 @@
{
"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"
}
}
}