mapcomplete/assets/layers/outdoor_seating/outdoor_seating.json

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

219 lines
6.6 KiB
JSON
Raw Normal View History

{
"id": "outdoor_seating",
"name": {
2024-05-27 10:49:44 +02:00
"en": "Outdoor Seating",
2024-11-05 14:14:53 +01:00
"de": "Außenbestuhlung",
"es": "Asientos al aire libre"
},
"description": {
2024-05-27 10:49:44 +02:00
"en": "Outdoor seating areas, usually located near cafes and restaurants.",
2024-11-05 14:14:53 +01:00
"de": "Sitzgelegenheiten im Freien, die sich in der Regel in der Nähe von Cafés und Restaurants befinden.",
"es": "Áreas de asientos al aire libre, generalmente ubicadas cerca de cafés y restaurantes."
},
2024-04-28 11:00:23 +02:00
"source": {
"osmTags": "leisure=outdoor_seating"
},
2024-05-07 17:25:35 +02:00
"minzoom": 18,
"title": {
"render": {
2024-05-27 10:49:44 +02:00
"en": "Outdoor Seating area",
2024-11-05 14:14:53 +01:00
"de": "Sitzbereich im Freien",
"es": "Área de asientos al aire libre"
},
"mappings": [
{
"if": "name~*",
"then": "{name}"
}
]
},
2024-04-28 11:00:23 +02:00
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "./assets/layers/outdoor_seating/outdoor_seating.svg"
}
]
}
],
"lineRendering": [
{
"color": "green",
"fillColor": "#00FF004D",
"width": 2
}
],
"tagRenderings": [
"images",
{
"id": "access",
"question": {
2024-05-27 10:49:44 +02:00
"en": "Who can use this outdoor seating area?",
2024-11-05 14:14:53 +01:00
"de": "Wer kann diesen Sitzbereich im Freien nutzen?",
"es": "¿Quién puede usar esta área de asientos al aire libre?"
},
"mappings": [
{
"if": "access=yes",
"then": {
2024-05-27 10:49:44 +02:00
"en": "Anyone can use this outdoor seating area.",
2024-11-05 14:14:53 +01:00
"de": "Dieser Sitzbereich im Freien kann von jedermann genutzt werden.",
"es": "Cualquiera puede usar esta área de asientos al aire libre."
}
},
{
"if": "access=customers",
"then": {
2024-05-27 10:49:44 +02:00
"en": "Only customers can use this outdoor seating area.",
2024-11-05 14:14:53 +01:00
"de": "Dieser Sitzbereich im Freien kann nur von Kunden genutzt werden.",
"es": "Sólo los clientes pueden usar esta área de asientos al aire libre."
}
},
{
"if": "access=private",
"then": {
2024-05-27 10:49:44 +02:00
"en": "This outdoor seating area is private.",
2024-11-05 14:14:53 +01:00
"de": "Dieser Sitzbereich im Freien ist privat.",
"es": "Esta área de asientos al aire libre es privada."
}
}
]
},
{
"id": "seasonal",
"question": {
2024-05-27 10:49:44 +02:00
"en": "Is this outdoor seating area seasonal?",
2024-11-05 14:14:53 +01:00
"de": "Ist dieser Sitzbereich im Freien saisonabhängig?",
"es": "¿Es esta área de asientos al aire libre de temporada?"
},
"multiAnswer": true,
"mappings": [
{
"if": "seasonal=no",
"then": {
2024-05-27 10:49:44 +02:00
"en": "This outdoor seating area is available all year round.",
2024-11-05 14:14:53 +01:00
"de": "Dieser Sitzbereich im Freien ist das ganze Jahr über verfügbar.",
"es": "Esta área de asientos al aire libre está disponible todo el año."
}
},
{
"if": "seasonal=spring",
"then": {
2024-05-27 10:49:44 +02:00
"en": "This outdoor seating area is available in spring.",
2024-11-05 14:14:53 +01:00
"de": "Dieser Sitzbereich im Freien ist im Frühjahr verfügbar.",
"es": "Esta área de asientos al aire libre está disponible en primavera."
}
},
{
"if": "seasonal=summer",
"then": {
2024-05-27 10:49:44 +02:00
"en": "This outdoor seating area is available in summer.",
2024-11-05 14:14:53 +01:00
"de": "Dieser Sitzbereich im Freien ist im Sommer verfügbar.",
"es": "Esta área de asientos al aire libre está disponible en verano."
}
},
{
"if": "seasonal=autumn",
"then": {
2024-05-27 10:49:44 +02:00
"en": "This outdoor seating area is available in autumn.",
2024-11-05 14:14:53 +01:00
"de": "Dieser Sitzbereich im Freien ist im Herbst verfügbar.",
"es": "Esta área de asientos al aire libre está disponible en otoño."
}
},
{
"if": "seasonal=winter",
"then": {
2024-05-27 10:49:44 +02:00
"en": "This outdoor seating area is available in winter.",
2024-11-05 14:14:53 +01:00
"de": "Dieser Sitzbereich im Freien ist im Winter verfügbar.",
"es": "Esta área de asientos al aire libre está disponible en invierno."
}
},
{
"if": "seasonal=dry_season",
"then": {
2024-05-27 10:49:44 +02:00
"en": "This outdoor seating area is available in the dry season.",
2024-11-05 14:14:53 +01:00
"de": "Dieser Sitzbereich im Freien ist in der Trockenzeit verfügbar.",
"es": "Esta área de asientos al aire libre está disponible en la estación seca."
}
}
]
},
"opening_hours_24_7",
"website",
"internet-all",
"wheelchair-access",
{
"id": "heating",
"question": {
2024-05-27 10:49:44 +02:00
"en": "Is this outdoor seating area heated?",
2024-11-05 14:14:53 +01:00
"de": "Ist dieser Außensitzbereich beheizt?",
"es": "¿Tiene calefacción esta área de asientos al aire libre?"
},
"mappings": [
{
"if": "heating=yes",
"then": {
2024-05-27 10:49:44 +02:00
"en": "This outdoor seating area is heated.",
2024-11-05 14:14:53 +01:00
"de": "Dieser Außensitzbereich ist beheizt.",
"es": "Esta área de asientos al aire libre tiene calefacción."
}
},
{
"if": "heating=no",
"then": {
2024-05-27 10:49:44 +02:00
"en": "This outdoor seating area is not heated.",
2024-11-05 14:14:53 +01:00
"de": "Dieser Außensitzbereich ist nicht beheizt.",
"es": "Esta área de asientos al aire libre no tiene calefacción."
}
}
]
},
{
"id": "covered",
"question": {
2024-05-27 10:49:44 +02:00
"en": "Is this outdoor seating area covered?",
2024-11-05 14:14:53 +01:00
"de": "Ist dieser Sitzbereich im Freien überdacht?",
"es": "¿Está cubierta esta área de asientos al aire libre?"
},
"mappings": [
{
"if": "covered=yes",
"then": {
2024-05-27 10:49:44 +02:00
"en": "This outdoor seating area is covered.",
2024-11-05 14:14:53 +01:00
"de": "Dieser Sitzbereich im Freien ist überdacht.",
"es": "Esta área de asientos al aire libre está cubierta."
}
},
{
"if": "covered=no",
"then": {
2024-05-27 10:49:44 +02:00
"en": "This outdoor seating area is not covered.",
2024-11-05 14:14:53 +01:00
"de": "Dieser Sitzbereich im Freien ist nicht überdacht.",
"es": "Esta área de asientos al aire libre no está cubierta."
}
}
]
},
{
"builtin": "smoking",
"override": {
"mappings": [
{},
{},
{
"hideInAnswer": true
}
]
}
}
],
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": false
}
2024-04-28 11:00:23 +02:00
}