mapcomplete/assets/themes/indoors/indoors.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

45 lines
1.1 KiB
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",
2022-08-05 12:45:51 +02:00
"de": "Innenräume",
2022-09-14 13:35:54 +02:00
"fr": "Intérieurs",
"da": "Indendørs",
"nb_NO": "Innendørs",
2022-10-27 01:50:01 +02:00
"nl": "Binnenruimtes",
2022-10-27 02:05:54 +02:00
"ca": "Indoors",
"pa_PK": "اندروں"
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-08-05 12:45:51 +02:00
"de": "Diese Karte zeigt öffentlich zugängliche Innenräume",
2022-09-14 13:35:54 +02:00
"fr": "Cette carte présente les lieux intérieurs accessibles au public",
2022-12-16 13:40:25 +01:00
"da": "På dette kort er offentligt tilgængelige indendørs steder vist",
"nl": "Op deze kaart worden publiek toegankelijke binnenruimtes getoond"
2022-07-12 15:02:49 +02:00
},
"icon": "./assets/layers/entrance/entrance.svg",
2022-07-12 15:02:49 +02:00
"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",
"elevator",
"entrance"
2022-07-12 15:02:49 +02:00
]
}