mapcomplete/assets/layers/shelter/shelter.json

96 lines
2.4 KiB
JSON
Raw Normal View History

2022-04-06 21:37:31 +02:00
{
"id": "shelter",
"name": {
2022-07-26 10:51:14 +02:00
"en": "Shelter",
"de": "Unterstand"
2022-04-06 21:37:31 +02:00
},
"description": {
2022-07-26 10:51:14 +02:00
"en": "Layer showing shelter structures",
"de": "Eine Ebene, die verschiedene Bauformen von Unterständen zeigt"
2022-04-06 21:37:31 +02:00
},
"source": {
"osmTags": {
"and": [
"amenity=shelter"
]
}
},
"minzoom": 13,
"title": {
"render": {
2022-07-26 10:51:14 +02:00
"en": "Shelter",
"de": "Unterstand"
2022-04-06 21:37:31 +02:00
}
},
"mapRendering": [
{
"location": [
"point",
"centroid"
],
"icon": "./assets/layers/shelter/shelter.svg"
}
],
"tagRenderings": [
{
"id": "shelter-type",
"mappings": [
{
"if": "shelter_type=public_transport",
"then": {
2022-07-26 10:51:14 +02:00
"en": "This is a shelter at a public transport stop.",
"de": "Das ist ein Unterstand an einer Haltestelle für öffentliche Verkehrsmittel."
2022-04-06 21:37:31 +02:00
}
},
{
"if": "shelter_type=picnic_shelter",
"then": {
2022-07-26 10:51:14 +02:00
"en": "This is a shelter protecting from rain at a picnic site.",
"de": "Dies ist ein Unterstand zum Schutz vor Regen auf einem Picknickplatz."
2022-04-06 21:37:31 +02:00
}
},
{
"if": "shelter_type=gazebo",
"then": {
2022-07-26 10:51:14 +02:00
"en": "This is a gazebo.",
"de": "Das ist ein offener Gartenpavillon."
2022-04-06 21:37:31 +02:00
}
},
{
"if": "shelter_type=weather_shelter",
"then": {
"en": "This is a small shelter, primarily intended for short breaks. Usually found in the mountains or alongside roads."
}
},
{
"if": "shelter_type=lean_to",
"then": {
"en": "This is a shed with 3 walls, primarily intended for camping."
}
},
{
"if": "shelter_type=pavilion",
"then": {
"en": "This is a pavilion"
}
},
{
"if": "shelter_type=basic_hut",
"then": "This is a basic hut, providing basic shelter and sleeping facilities."
}
],
"question": {
2022-07-26 10:51:14 +02:00
"en": "What kind of shelter is this?",
"de": "Um welche Art von Unterstand handelt es sich?"
2022-04-06 21:37:31 +02:00
},
"render": {
2022-07-26 10:51:14 +02:00
"en": "Shelter type: {shelter_type}",
"de": "Art des Unterstands: {shelter_type}"
2022-04-06 21:37:31 +02:00
},
"freeform": {
"key": "shelter_type",
"type": "string"
}
}
]
}