mapcomplete/assets/themes/indoors/indoors.json

28 lines
620 B
JSON
Raw Normal View History

2022-07-12 15:02:49 +02:00
{
"id": "indoors",
"title": {
2022-07-27 10:13:31 +02:00
"en": "Indoors",
"de": "Innenräume"
2022-07-12 15:02:49 +02:00
},
"description": {
2022-07-27 10:13:31 +02:00
"en": "On this map, publicly accessible indoor places are shown",
"de": "Diese Karte zeigt öffentlich zugängliche Innenräume"
2022-07-12 15:02:49 +02:00
},
"maintainer": "MapComplete",
"icon": "./assets/themes/onwheels/crest.svg",
"version": "0",
"startLat": 51.17181,
"defaultBackgroundId": "CartoDB.Voyager",
"startLon": 4.144383,
2022-07-13 10:53:55 +02:00
"startZoom": 14,
2022-07-12 15:02:49 +02:00
"widenFactor": 2,
"layers": [
"indoors",
{
"builtin": ["walls_and_buildings"],
"override": {
"shownByDefault": true
}
}
2022-07-12 15:02:49 +02:00
]
}