Initial setup (without mbtiles example)
This commit is contained in:
27
data/config.json
Normal file
27
data/config.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user