MapComplete/assets/themes/indoors/indoors.json
2022-07-30 14:41:02 +02:00

30 lines
No EOL
687 B
JSON

{
"id": "indoors",
"title": {
"en": "Indoors",
"de": "Innenräume"
},
"description": {
"en": "On this map, indoor places are shown together with pedestrian paths and entrances",
"de": "Diese Karte zeigt öffentlich zugängliche Innenräume"
},
"maintainer": "MapComplete",
"icon": "./assets/layers/entrance/entrance.svg",
"version": "0",
"startLat": 51.17181,
"defaultBackgroundId": "CartoDB.Voyager",
"startLon": 4.144383,
"startZoom": 14,
"widenFactor": 2,
"layers": [
"indoors",
{
"builtin": ["walls_and_buildings"],
"override": {
"shownByDefault": true
}
},
"pedestrian_path",
"entrance"
]
}