first commit
This commit is contained in:
commit
db17fcd46a
1031 changed files with 6942 additions and 0 deletions
32
config.json
Normal file
32
config.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"options": {
|
||||
"paths": {
|
||||
"root": "",
|
||||
"fonts": "fonts",
|
||||
"styles": "styles",
|
||||
"pmtiles": "data"
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"protomaps": {
|
||||
"style": "protomaps/style.json",
|
||||
"tilejson": {
|
||||
"type": "overlay",
|
||||
"bounds": [1.354065, 43.540087, 1.538773, 43.671348],
|
||||
"minzoom": 12,
|
||||
"maxzoom": 16
|
||||
}
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"openmaptiles": {
|
||||
"pmtiles": "toulouse_area.pmtiles"
|
||||
}
|
||||
},
|
||||
"sources": {
|
||||
"openmaptiles": {
|
||||
"url": "pmtiles://{openmaptiles}",
|
||||
"type": "vector"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue