Themes(maps): add tactile maps and tactile models to map theme, fix #2277

This commit is contained in:
Pieter Vander Vennet 2024-11-26 20:32:40 +01:00
parent c30722451e
commit 12926e1e9c

View file

@ -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
}
} }