mapcomplete/assets/themes/indoors/indoors.json

37 lines
764 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-30 14:50:35 +02:00
"en": "On this map, publicly accessible indoor places are shown",
2022-07-27 10:13:31 +02:00
"de": "Diese Karte zeigt öffentlich zugängliche Innenräume"
2022-07-12 15:02:49 +02:00
},
"maintainer": "MapComplete",
"icon": "./assets/layers/entrance/entrance.svg",
2022-07-12 15:02:49 +02:00
"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": [
{
"builtin": "indoors",
"override": {
"passAllFeatures": true
}
},
{
2022-07-30 14:50:35 +02:00
"builtin": [
"walls_and_buildings"
],
"override": {
"shownByDefault": true
}
},
"pedestrian_path",
"entrance"
2022-07-12 15:02:49 +02:00
]
}