forked from MapComplete/MapComplete
Themes(maps): add tactile maps and tactile models to map theme, fix #2277
This commit is contained in:
parent
c30722451e
commit
12926e1e9c
1 changed files with 6 additions and 2 deletions
|
@ -51,7 +51,11 @@
|
||||||
"icon": "./assets/themes/maps/logo.svg",
|
"icon": "./assets/themes/maps/logo.svg",
|
||||||
"defaultBackgroundId": "protomaps.white",
|
"defaultBackgroundId": "protomaps.white",
|
||||||
"layers": [
|
"layers": [
|
||||||
"map"
|
"map",
|
||||||
|
"tactile_map",
|
||||||
|
"tactile_model"
|
||||||
],
|
],
|
||||||
"widenFactor": 5
|
"overrideAll": {
|
||||||
|
"minzoom": 11
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue