Chore: translation sync

This commit is contained in:
Pieter Vander Vennet 2023-10-06 02:44:27 +02:00
parent c3041af5f7
commit 2d50323f21
11 changed files with 346 additions and 322 deletions

View file

@ -166,21 +166,24 @@
"id": "tactile_writing_available", "id": "tactile_writing_available",
"question": { "question": {
"en": "Has this elevator tactile writing?", "en": "Has this elevator tactile writing?",
"ca": "Aquest ascensor té escriptura tàctil?" "ca": "Aquest ascensor té escriptura tàctil?",
"de": "Hat dieser Aufzug taktile Schrift?"
}, },
"mappings": [ "mappings": [
{ {
"if": "tactile_writing:braille=yes", "if": "tactile_writing:braille=yes",
"then": { "then": {
"en": "This elevator has tactile writing in Braille", "en": "This elevator has tactile writing in Braille",
"ca": "L'ascensor té escriptura tàctil en Braille" "ca": "L'ascensor té escriptura tàctil en Braille",
"de": "Dieser Aufzug hat eine taktile Schrift in Brailleschrift"
} }
}, },
{ {
"if": "tactile_writing:braille=no", "if": "tactile_writing:braille=no",
"then": { "then": {
"en": "This elevator does not have tactile writing", "en": "This elevator does not have tactile writing",
"ca": "Aquest ascensor no té escriptura tàctil" "ca": "Aquest ascensor no té escriptura tàctil",
"de": "Dieser Aufzug hat keine taktile Schrift"
} }
} }
] ]

View file

@ -251,12 +251,14 @@
"options": [ "options": [
{ {
"question": { "question": {
"en": "No preference towards dogs" "en": "No preference towards dogs",
"de": "Keine Bevorzugung von Hunden"
} }
}, },
{ {
"question": { "question": {
"en": "Dogs allowed" "en": "Dogs allowed",
"de": "Hunde erlaubt"
}, },
"osmTags": { "osmTags": {
"or": [ "or": [
@ -267,7 +269,8 @@
}, },
{ {
"question": { "question": {
"en": "No dogs allowed" "en": "No dogs allowed",
"de": "Keine Hunde erlaubt"
}, },
"osmTags": "dog=no" "osmTags": "dog=no"
} }
@ -290,7 +293,8 @@
} }
] ]
}, },
{"id": "has_electricity", {
"id": "has_electricity",
"options": [ "options": [
{ {
"question": { "question": {

View file

@ -1013,7 +1013,8 @@
{ {
"question": { "question": {
"en": "Restaurants and fast food businesses", "en": "Restaurants and fast food businesses",
"ca": "Restaurants i negocis de menjar ràpid" "ca": "Restaurants i negocis de menjar ràpid",
"de": "Restaurants und Schnellimbissbetriebe"
} }
}, },
{ {
@ -1045,7 +1046,8 @@
"question": { "question": {
"en": "Has a vegetarian menu", "en": "Has a vegetarian menu",
"nl": "Heeft een vegetarisch menu", "nl": "Heeft een vegetarisch menu",
"ca": "Té menú vegetarià" "ca": "Té menú vegetarià",
"de": "Hat ein vegetarisches Menü"
}, },
"osmTags": { "osmTags": {
"or": [ "or": [

View file

@ -191,42 +191,48 @@
{ {
"if": "room=administration", "if": "room=administration",
"then": { "then": {
"en": "This is a administrative room" "en": "This is a administrative room",
"de": "Dies ist ein Verwaltungsraum"
}, },
"icon": "./assets/layers/indoors/room_administration.svg" "icon": "./assets/layers/indoors/room_administration.svg"
}, },
{ {
"if": "room=auditorium", "if": "room=auditorium",
"then": { "then": {
"en": "This is a auditorium" "en": "This is a auditorium",
"de": "Dies ist ein Auditorium"
}, },
"icon": "./assets/layers/indoors/room_auditorium.svg" "icon": "./assets/layers/indoors/room_auditorium.svg"
}, },
{ {
"if": "room=bedroom", "if": "room=bedroom",
"then": { "then": {
"en": "This is a bedroom" "en": "This is a bedroom",
"de": "Dies ist ein Schlafzimmer"
}, },
"icon": "./assets/layers/indoors/room_bedroom.svg" "icon": "./assets/layers/indoors/room_bedroom.svg"
}, },
{ {
"if": "room=chapel", "if": "room=chapel",
"then": { "then": {
"en": "This is a chapel" "en": "This is a chapel",
"de": "Dies ist eine Kapelle"
}, },
"icon": "./assets/layers/indoors/room_chapel.svg" "icon": "./assets/layers/indoors/room_chapel.svg"
}, },
{ {
"if": "room=class", "if": "room=class",
"then": { "then": {
"en": "This is a classroom" "en": "This is a classroom",
"de": "Dies ist ein Klassenzimmer"
}, },
"icon": "./assets/layers/indoors/room_class.svg" "icon": "./assets/layers/indoors/room_class.svg"
}, },
{ {
"if": "room=classroom", "if": "room=classroom",
"then": { "then": {
"en": "This is a classroom" "en": "This is a classroom",
"de": "Dies ist ein Klassenzimmer"
}, },
"icon": "./assets/layers/indoors/room_class.svg", "icon": "./assets/layers/indoors/room_class.svg",
"hideInAnswer": true "hideInAnswer": true
@ -234,49 +240,56 @@
{ {
"if": "room=computer", "if": "room=computer",
"then": { "then": {
"en": "This is a computer room" "en": "This is a computer room",
"de": "Dies ist ein Computerraum"
}, },
"icon": "./assets/layers/indoors/room_computer.svg" "icon": "./assets/layers/indoors/room_computer.svg"
}, },
{ {
"if": "room=conference", "if": "room=conference",
"then": { "then": {
"en": "This is a conference room" "en": "This is a conference room",
"de": "Dies ist ein Konferenzraum"
}, },
"icon": "./assets/layers/indoors/room_conference.svg" "icon": "./assets/layers/indoors/room_conference.svg"
}, },
{ {
"if": "room=crypt", "if": "room=crypt",
"then": { "then": {
"en": "This is a crypt" "en": "This is a crypt",
"de": "Dies ist eine Krypta"
}, },
"icon": "./assets/layers/indoors/room_crypt.svg" "icon": "./assets/layers/indoors/room_crypt.svg"
}, },
{ {
"if": "room=kitchen", "if": "room=kitchen",
"then": { "then": {
"en": "This is a kitchen" "en": "This is a kitchen",
"de": "Dies ist eine Küche"
}, },
"icon": "./assets/layers/indoors/room_kitchen.svg" "icon": "./assets/layers/indoors/room_kitchen.svg"
}, },
{ {
"if": "room=laboratory", "if": "room=laboratory",
"then": { "then": {
"en": "This is a laboratory" "en": "This is a laboratory",
"de": "Dies ist ein Labor"
}, },
"icon": "./assets/layers/indoors/room_laboratory.svg" "icon": "./assets/layers/indoors/room_laboratory.svg"
}, },
{ {
"if": "room=library", "if": "room=library",
"then": { "then": {
"en": "This is a library" "en": "This is a library",
"de": "Dies ist eine Bibliothek"
}, },
"icon": "./assets/layers/indoors/room_library.svg" "icon": "./assets/layers/indoors/room_library.svg"
}, },
{ {
"if": "room=locker", "if": "room=locker",
"then": { "then": {
"en": "This is a locker room" "en": "This is a locker room",
"de": "Dies ist ein Umkleideraum"
}, },
"icon": "./assets/layers/indoors/room_locker.svg" "icon": "./assets/layers/indoors/room_locker.svg"
}, },
@ -290,21 +303,24 @@
{ {
"if": "room=office", "if": "room=office",
"then": { "then": {
"en": "This is an office" "en": "This is an office",
"de": "Dies ist ein Büro"
}, },
"icon": "./assets/layers/indoors/room_office.svg" "icon": "./assets/layers/indoors/room_office.svg"
}, },
{ {
"if": "room=prison_cell", "if": "room=prison_cell",
"then": { "then": {
"en": "This is a prison_cell" "en": "This is a prison_cell",
"de": "Dies ist eine Gefängniszelle"
}, },
"icon": "./assets/layers/indoors/room_prison_cell.svg" "icon": "./assets/layers/indoors/room_prison_cell.svg"
}, },
{ {
"if": "room=restaurant", "if": "room=restaurant",
"then": { "then": {
"en": "This is a restaurant" "en": "This is a restaurant",
"de": "Dies ist ein Restaurant"
}, },
"icon": "./assets/layers/indoors/room_restaurant.svg" "icon": "./assets/layers/indoors/room_restaurant.svg"
}, },
@ -358,7 +374,8 @@
{ {
"id": "room-capacity", "id": "room-capacity",
"question": { "question": {
"en": "How much people can at most fit in this room?" "en": "How much people can at most fit in this room?",
"de": "Wie viele Personen passen höchstens in diesen Raum?"
}, },
"condition": { "condition": {
"or": [ "or": [

View file

@ -898,14 +898,16 @@
{ {
"question": { "question": {
"en": "Sale of fruit", "en": "Sale of fruit",
"nl": "Verkoop van fruit" "nl": "Verkoop van fruit",
"ca": "Venda d'aparcament"
}, },
"osmTags": "vending~i~.*fruit.*" "osmTags": "vending~i~.*fruit.*"
}, },
{ {
"question": { "question": {
"en": "Sale of strawberries", "en": "Sale of strawberries",
"nl": "Verkoop van aardbeien" "nl": "Verkoop van aardbeien",
"ca": "Venda de monedes premsades"
}, },
"osmTags": "vending~i~.*strawberries.*" "osmTags": "vending~i~.*strawberries.*"
}, },
@ -915,7 +917,7 @@
"nl": "Verkoop van bloemen", "nl": "Verkoop van bloemen",
"de": "Verkauf von Blumen", "de": "Verkauf von Blumen",
"fr": "Vente de fleurs", "fr": "Vente de fleurs",
"ca": "Venda d'aparcament" "ca": "Venda de flors"
}, },
"osmTags": "vending~i~.*flowers.*" "osmTags": "vending~i~.*flowers.*"
}, },
@ -923,21 +925,21 @@
"osmTags": "vending~i~.*parking_tickets.*", "osmTags": "vending~i~.*parking_tickets.*",
"question": { "question": {
"en": "Sale of parking tickets", "en": "Sale of parking tickets",
"ca": "Venda de monedes premsades" "ca": "Venda d'aparcament"
} }
}, },
{ {
"osmTags": "vending=elongated_coin", "osmTags": "vending=elongated_coin",
"question": { "question": {
"en": "Sale of pressed pennies", "en": "Sale of pressed pennies",
"ca": "Venda de bitllets de transport públic" "ca": "Venda de monedes premsades"
} }
}, },
{ {
"osmTags": "vending~i~.*public_transport_tickets.*", "osmTags": "vending~i~.*public_transport_tickets.*",
"question": { "question": {
"en": "Sale of public transport tickets", "en": "Sale of public transport tickets",
"ca": "Venda de productes carnis" "ca": "Venda de bitllets de transport públic"
} }
}, },
{ {

View file

@ -462,7 +462,10 @@
} }
}, },
{ {
"builtin": ["toilet","drinking_water"], "builtin": [
"toilet",
"drinking_water"
],
"override": { "override": {
"minzoom": 15 "minzoom": 15
} }

View file

@ -9337,4 +9337,4 @@
} }
} }
} }
} }

View file

@ -35,16 +35,6 @@
"1": { "1": {
"title": "eine freistehende Posterbox" "title": "eine freistehende Posterbox"
}, },
"10": {
"description": "Verwendet für Werbeschilder, Leuchtreklamen, Logos und institutionelle Eingangsschilder",
"title": "ein Schild"
},
"11": {
"title": "eine Skulptur"
},
"12": {
"title": "eine Wandmalerei"
},
"2": { "2": {
"title": "eine wandmontierte Posterbox" "title": "eine wandmontierte Posterbox"
}, },
@ -71,6 +61,16 @@
}, },
"9": { "9": {
"title": "ein Totem" "title": "ein Totem"
},
"10": {
"description": "Verwendet für Werbeschilder, Leuchtreklamen, Logos und institutionelle Eingangsschilder",
"title": "ein Schild"
},
"11": {
"title": "eine Skulptur"
},
"12": {
"title": "eine Wandmalerei"
} }
}, },
"tagRenderings": { "tagRenderings": {
@ -165,9 +165,6 @@
"1": { "1": {
"then": "Dies ist ein Brett" "then": "Dies ist ein Brett"
}, },
"10": {
"then": "Dies ist eine Wandmalerei"
},
"2": { "2": {
"then": "Dies ist eine Litfaßsäule" "then": "Dies ist eine Litfaßsäule"
}, },
@ -191,6 +188,9 @@
}, },
"9": { "9": {
"then": "Dies ist ein Totem" "then": "Dies ist ein Totem"
},
"10": {
"then": "Dies ist eine Wandmalerei"
} }
}, },
"question": "Welche Art von Werbung ist das?", "question": "Welche Art von Werbung ist das?",
@ -205,9 +205,6 @@
"1": { "1": {
"then": "Brett" "then": "Brett"
}, },
"10": {
"then": "Wandmalerei"
},
"2": { "2": {
"then": "Posterbox" "then": "Posterbox"
}, },
@ -231,6 +228,9 @@
}, },
"9": { "9": {
"then": "Totem" "then": "Totem"
},
"10": {
"then": "Wandmalerei"
} }
} }
} }
@ -312,15 +312,6 @@
"1": { "1": {
"then": "Wandbild" "then": "Wandbild"
}, },
"10": {
"then": "Azulejo (spanische dekorative Fliesenarbeit)"
},
"11": {
"then": "Fliesenarbeit"
},
"12": {
"then": "Holzschnitzerei"
},
"2": { "2": {
"then": "Malerei" "then": "Malerei"
}, },
@ -344,6 +335,15 @@
}, },
"9": { "9": {
"then": "Relief" "then": "Relief"
},
"10": {
"then": "Azulejo (spanische dekorative Fliesenarbeit)"
},
"11": {
"then": "Fliesenarbeit"
},
"12": {
"then": "Holzschnitzerei"
} }
}, },
"question": "Um welche Art Kunstwerk handelt es sich?", "question": "Um welche Art Kunstwerk handelt es sich?",
@ -1837,27 +1837,6 @@
"1": { "1": {
"question": "Verfügt über einen <div style='display: inline-block'><b><b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>" "question": "Verfügt über einen <div style='display: inline-block'><b><b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>"
}, },
"10": {
"question": "Hat einen <div style='display: inline-block'><b><b>Typ 2</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel"
},
"11": {
"question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (Typ 2 CSS vonTesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> Anschluss"
},
"12": {
"question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> Anschluss"
},
"13": {
"question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Typ 2 von Tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel"
},
"14": {
"question": "Hat einen <div style='display: inline-block'><b><b>USB</b>-Anschluss zum Aufladen von Telefonen und kleinen Elektrogeräten</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>"
},
"15": {
"question": "Hat einen <div style='display: inline-block'><b><b>Bosch Active Connect Anschluss mit 3 Pins</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> und Kabel"
},
"16": {
"question": "Hat einen <div style='display: inline-block'><b><b>Bosch Active Connect Anschluss mit 5 Pins</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> und Kabel"
},
"2": { "2": {
"question": "Verfügt über einen <div style='display: inline-block'><b><b>europäischen Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> Anschluss" "question": "Verfügt über einen <div style='display: inline-block'><b><b>europäischen Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> Anschluss"
}, },
@ -1881,6 +1860,27 @@
}, },
"9": { "9": {
"question": "Hat einen <div style='display: inline-block'><b><b>Typ 2 CCS</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> Anschluss" "question": "Hat einen <div style='display: inline-block'><b><b>Typ 2 CCS</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> Anschluss"
},
"10": {
"question": "Hat einen <div style='display: inline-block'><b><b>Typ 2</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel"
},
"11": {
"question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (Typ 2 CSS vonTesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> Anschluss"
},
"12": {
"question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> Anschluss"
},
"13": {
"question": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b> (Typ 2 von Tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel"
},
"14": {
"question": "Hat einen <div style='display: inline-block'><b><b>USB</b>-Anschluss zum Aufladen von Telefonen und kleinen Elektrogeräten</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div>"
},
"15": {
"question": "Hat einen <div style='display: inline-block'><b><b>Bosch Active Connect Anschluss mit 3 Pins</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> und Kabel"
},
"16": {
"question": "Hat einen <div style='display: inline-block'><b><b>Bosch Active Connect Anschluss mit 5 Pins</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> und Kabel"
} }
} }
} }
@ -1936,6 +1936,30 @@
"1": { "1": {
"then": "<b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)" "then": "<b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)"
}, },
"2": {
"then": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
},
"3": {
"then": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
},
"4": {
"then": "<b>Chademo-Anschluss</b>"
},
"5": {
"then": "<b>Chademo-Anschluss</b>"
},
"6": {
"then": "<b>Typ 1 mit Kabel</b> (J1772)"
},
"7": {
"then": "<b>Typ 1 mit Kabel</b> (J1772)"
},
"8": {
"then": "<b>Typ 1 <i>ohne</i> Kabel</b> (J1772)"
},
"9": {
"then": "<b> Typ 1 <i>ohne </i> Kabel</b> (J1772)"
},
"10": { "10": {
"then": "<b>Typ 1 CCS</b> (Typ 1 Combo)" "then": "<b>Typ 1 CCS</b> (Typ 1 Combo)"
}, },
@ -1966,9 +1990,6 @@
"19": { "19": {
"then": "<b>Typ 2 mit Kabel</b> (mennekes)" "then": "<b>Typ 2 mit Kabel</b> (mennekes)"
}, },
"2": {
"then": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
},
"20": { "20": {
"then": "<b>Tesla Supercharger CCS</b> (Typ 2 CSS von Tesla)" "then": "<b>Tesla Supercharger CCS</b> (Typ 2 CSS von Tesla)"
}, },
@ -1999,32 +2020,11 @@
"29": { "29": {
"then": "<b> Bosch Active Connect mit 3 Pins </b> und Kabel" "then": "<b> Bosch Active Connect mit 3 Pins </b> und Kabel"
}, },
"3": {
"then": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)"
},
"30": { "30": {
"then": "<b>Bosch Active Connect mit 5 Pins</b> und Kabel" "then": "<b>Bosch Active Connect mit 5 Pins</b> und Kabel"
}, },
"31": { "31": {
"then": "<b> Bosch Active Connect mit 5 Pins </b> und Kabel" "then": "<b> Bosch Active Connect mit 5 Pins </b> und Kabel"
},
"4": {
"then": "<b>Chademo-Anschluss</b>"
},
"5": {
"then": "<b>Chademo-Anschluss</b>"
},
"6": {
"then": "<b>Typ 1 mit Kabel</b> (J1772)"
},
"7": {
"then": "<b>Typ 1 mit Kabel</b> (J1772)"
},
"8": {
"then": "<b>Typ 1 <i>ohne</i> Kabel</b> (J1772)"
},
"9": {
"then": "<b> Typ 1 <i>ohne </i> Kabel</b> (J1772)"
} }
}, },
"question": "Welche Ladeanschlüsse gibt es hier?" "question": "Welche Ladeanschlüsse gibt es hier?"
@ -3562,15 +3562,6 @@
"1": { "1": {
"then": "Dieser Radweg hat einen festen Belag" "then": "Dieser Radweg hat einen festen Belag"
}, },
"10": {
"then": "Dieser Radweg besteht aus feinem Schotter"
},
"11": {
"then": "Der Radweg ist aus Kies"
},
"12": {
"then": "Dieser Radweg besteht aus Rohboden"
},
"2": { "2": {
"then": "Der Radweg ist aus Asphalt" "then": "Der Radweg ist aus Asphalt"
}, },
@ -3594,6 +3585,15 @@
}, },
"9": { "9": {
"then": "Der Radweg ist aus Schotter" "then": "Der Radweg ist aus Schotter"
},
"10": {
"then": "Dieser Radweg besteht aus feinem Schotter"
},
"11": {
"then": "Der Radweg ist aus Kies"
},
"12": {
"then": "Dieser Radweg besteht aus Rohboden"
} }
}, },
"question": "Was ist der Belag dieses Radwegs?", "question": "Was ist der Belag dieses Radwegs?",
@ -3642,15 +3642,6 @@
"1": { "1": {
"then": "Dieser Radweg hat einen festen Belag" "then": "Dieser Radweg hat einen festen Belag"
}, },
"10": {
"then": "Dieser Radweg besteht aus feinem Schotter"
},
"11": {
"then": "Der Radweg ist aus Kies"
},
"12": {
"then": "Dieser Radweg besteht aus Rohboden"
},
"2": { "2": {
"then": "Der Radweg ist aus Asphalt" "then": "Der Radweg ist aus Asphalt"
}, },
@ -3674,6 +3665,15 @@
}, },
"9": { "9": {
"then": "Der Radweg ist aus Schotter" "then": "Der Radweg ist aus Schotter"
},
"10": {
"then": "Dieser Radweg besteht aus feinem Schotter"
},
"11": {
"then": "Der Radweg ist aus Kies"
},
"12": {
"then": "Dieser Radweg besteht aus Rohboden"
} }
}, },
"question": "Was ist der Belag dieser Straße?", "question": "Was ist der Belag dieser Straße?",
@ -4572,19 +4572,6 @@
} }
} }
}, },
"10": {
"options": {
"0": {
"question": "Keine Bevorzugung von Hunden"
},
"1": {
"question": "Hunde erlaubt"
},
"2": {
"question": "Keine Hunde erlaubt"
}
}
},
"2": { "2": {
"options": { "options": {
"0": { "0": {
@ -4655,6 +4642,19 @@
"question": "Nutzung kostenlos" "question": "Nutzung kostenlos"
} }
} }
},
"10": {
"options": {
"0": {
"question": "Keine Bevorzugung von Hunden"
},
"1": {
"question": "Hunde erlaubt"
},
"2": {
"question": "Keine Hunde erlaubt"
}
}
} }
} }
}, },
@ -4774,6 +4774,30 @@
"1": { "1": {
"then": "Die Fitness-Station hat ein Schild mit Anweisungen für eine bestimmte Übung." "then": "Die Fitness-Station hat ein Schild mit Anweisungen für eine bestimmte Übung."
}, },
"2": {
"then": "Die Fitness-Station hat eine Einrichtung für Sit-ups."
},
"3": {
"then": "Die Fitness-Station hat eine Vorrichtung für Liegestütze. In der Regel eine oder mehrere niedrige Reckstangen."
},
"4": {
"then": "Die Fitness-Station hat Stangen zum Dehnen."
},
"5": {
"then": "Die Fitness-Station hat eine Vorrichtung für Rückenstrecker (Hyperextensions)."
},
"6": {
"then": "Die Fitness-Station hat Ringe für Gymnastikübungen."
},
"7": {
"then": "Die Fitness-Station hat eine horizontale Leiter (Monkey Bars)."
},
"8": {
"then": "Die Fitness-Station hat eine Sprossenwand zum Klettern."
},
"9": {
"then": "Die Fitness-Station hat Pfosten für Slalomübungen."
},
"10": { "10": {
"then": "Die Fitness-Station hat Trittsteine." "then": "Die Fitness-Station hat Trittsteine."
}, },
@ -4804,9 +4828,6 @@
"19": { "19": {
"then": "Die Fitness-Station hat Kampfseile (battle ropes)." "then": "Die Fitness-Station hat Kampfseile (battle ropes)."
}, },
"2": {
"then": "Die Fitness-Station hat eine Einrichtung für Sit-ups."
},
"20": { "20": {
"then": "Die Fitness-Station hat ein Fahrradergometer." "then": "Die Fitness-Station hat ein Fahrradergometer."
}, },
@ -4821,27 +4842,6 @@
}, },
"24": { "24": {
"then": "Die Fitness-Station hat eine Slackline." "then": "Die Fitness-Station hat eine Slackline."
},
"3": {
"then": "Die Fitness-Station hat eine Vorrichtung für Liegestütze. In der Regel eine oder mehrere niedrige Reckstangen."
},
"4": {
"then": "Die Fitness-Station hat Stangen zum Dehnen."
},
"5": {
"then": "Die Fitness-Station hat eine Vorrichtung für Rückenstrecker (Hyperextensions)."
},
"6": {
"then": "Die Fitness-Station hat Ringe für Gymnastikübungen."
},
"7": {
"then": "Die Fitness-Station hat eine horizontale Leiter (Monkey Bars)."
},
"8": {
"then": "Die Fitness-Station hat eine Sprossenwand zum Klettern."
},
"9": {
"then": "Die Fitness-Station hat Pfosten für Slalomübungen."
} }
}, },
"question": "Welche Übungsgeräte gibt es an dieser Fitness-Station?" "question": "Welche Übungsgeräte gibt es an dieser Fitness-Station?"
@ -4961,21 +4961,6 @@
"1": { "1": {
"then": "Dies ist eine Pommesbude" "then": "Dies ist eine Pommesbude"
}, },
"10": {
"then": "Hier werden chinesische Gerichte serviert"
},
"11": {
"then": "Hier werden griechische Gerichte serviert"
},
"12": {
"then": "Hier werden indische Gerichte serviert"
},
"13": {
"then": "Hier werden türkische Gerichte serviert"
},
"14": {
"then": "Hier werden thailändische Gerichte serviert"
},
"2": { "2": {
"then": "Bietet vorwiegend Pastagerichte an" "then": "Bietet vorwiegend Pastagerichte an"
}, },
@ -4999,6 +4984,21 @@
}, },
"9": { "9": {
"then": "Hier werden französische Gerichte serviert" "then": "Hier werden französische Gerichte serviert"
},
"10": {
"then": "Hier werden chinesische Gerichte serviert"
},
"11": {
"then": "Hier werden griechische Gerichte serviert"
},
"12": {
"then": "Hier werden indische Gerichte serviert"
},
"13": {
"then": "Hier werden türkische Gerichte serviert"
},
"14": {
"then": "Hier werden thailändische Gerichte serviert"
} }
}, },
"question": "Was für Essen gibt es hier?", "question": "Was für Essen gibt es hier?",
@ -5578,24 +5578,6 @@
"1": { "1": {
"then": "Dies ist ein Auditorium" "then": "Dies ist ein Auditorium"
}, },
"10": {
"then": "Dies ist ein Labor"
},
"11": {
"then": "Dies ist eine Bibliothek"
},
"12": {
"then": "Dies ist ein Umkleideraum"
},
"14": {
"then": "Dies ist ein Büro"
},
"15": {
"then": "Dies ist eine Gefängniszelle"
},
"16": {
"then": "Dies ist ein Restaurant"
},
"2": { "2": {
"then": "Dies ist ein Schlafzimmer" "then": "Dies ist ein Schlafzimmer"
}, },
@ -5619,6 +5601,24 @@
}, },
"9": { "9": {
"then": "Dies ist eine Küche" "then": "Dies ist eine Küche"
},
"10": {
"then": "Dies ist ein Labor"
},
"11": {
"then": "Dies ist eine Bibliothek"
},
"12": {
"then": "Dies ist ein Umkleideraum"
},
"14": {
"then": "Dies ist ein Büro"
},
"15": {
"then": "Dies ist eine Gefängniszelle"
},
"16": {
"then": "Dies ist ein Restaurant"
} }
} }
} }
@ -6272,19 +6272,6 @@
} }
} }
}, },
"10": {
"options": {
"0": {
"question": "Alle Notizen"
},
"1": {
"question": "Importnotizen ausblenden"
},
"2": {
"question": "Nur Importnotizen anzeigen"
}
}
},
"2": { "2": {
"options": { "options": {
"0": { "0": {
@ -6340,6 +6327,19 @@
"question": "Nur offene Notizen anzeigen" "question": "Nur offene Notizen anzeigen"
} }
} }
},
"10": {
"options": {
"0": {
"question": "Alle Notizen"
},
"1": {
"question": "Importnotizen ausblenden"
},
"2": {
"question": "Nur Importnotizen anzeigen"
}
}
} }
}, },
"name": "OpenStreetMap-Hinweise", "name": "OpenStreetMap-Hinweise",
@ -6668,21 +6668,6 @@
"1": { "1": {
"then": "Dies ist ein normaler Stellplatz." "then": "Dies ist ein normaler Stellplatz."
}, },
"10": {
"then": "Dies ist ein Stellplatz, der für Eltern mit Kindern reserviert ist."
},
"11": {
"then": "Dies ist ein Stellplatz, der für das Personal reserviert ist."
},
"12": {
"then": "Dies ist ein Stellplatz, der für Taxis reserviert ist."
},
"13": {
"then": "Dies ist ein Stellplatz, der für Fahrzeuge mit Anhänger reserviert ist."
},
"14": {
"then": "Dies ist ein Stellplatz, der für Carsharing reserviert ist."
},
"2": { "2": {
"then": "Dies ist ein Behindertenstellplatz." "then": "Dies ist ein Behindertenstellplatz."
}, },
@ -6706,6 +6691,21 @@
}, },
"9": { "9": {
"then": "Dies ist ein Stellplatz, der für Motorräder reserviert ist." "then": "Dies ist ein Stellplatz, der für Motorräder reserviert ist."
},
"10": {
"then": "Dies ist ein Stellplatz, der für Eltern mit Kindern reserviert ist."
},
"11": {
"then": "Dies ist ein Stellplatz, der für das Personal reserviert ist."
},
"12": {
"then": "Dies ist ein Stellplatz, der für Taxis reserviert ist."
},
"13": {
"then": "Dies ist ein Stellplatz, der für Fahrzeuge mit Anhänger reserviert ist."
},
"14": {
"then": "Dies ist ein Stellplatz, der für Carsharing reserviert ist."
} }
}, },
"question": "Welche Art von Stellplatz ist dies?" "question": "Welche Art von Stellplatz ist dies?"
@ -7718,6 +7718,30 @@
"1": { "1": {
"question": "Recycling von Batterien" "question": "Recycling von Batterien"
}, },
"2": {
"question": "Recycling von Getränkekartons"
},
"3": {
"question": "Recycling von Dosen"
},
"4": {
"question": "Recycling von Kleidung"
},
"5": {
"question": "Recycling von Speiseöl"
},
"6": {
"question": "Recycling von Motoröl"
},
"7": {
"question": "Recycling von Leuchtstoffröhren"
},
"8": {
"question": "Recycling von Grünabfällen"
},
"9": {
"question": "Recycling von Glasflaschen"
},
"10": { "10": {
"question": "Recycling von Glas" "question": "Recycling von Glas"
}, },
@ -7748,35 +7772,11 @@
"19": { "19": {
"question": "Recycling von Restabfällen" "question": "Recycling von Restabfällen"
}, },
"2": {
"question": "Recycling von Getränkekartons"
},
"20": { "20": {
"question": "Recycling von Druckerpatronen" "question": "Recycling von Druckerpatronen"
}, },
"21": { "21": {
"question": "Recycling von Fahrrädern" "question": "Recycling von Fahrrädern"
},
"3": {
"question": "Recycling von Dosen"
},
"4": {
"question": "Recycling von Kleidung"
},
"5": {
"question": "Recycling von Speiseöl"
},
"6": {
"question": "Recycling von Motoröl"
},
"7": {
"question": "Recycling von Leuchtstoffröhren"
},
"8": {
"question": "Recycling von Grünabfällen"
},
"9": {
"question": "Recycling von Glasflaschen"
} }
} }
}, },
@ -7844,6 +7844,30 @@
"1": { "1": {
"then": "Getränkekartons können hier recycelt werden" "then": "Getränkekartons können hier recycelt werden"
}, },
"2": {
"then": "Dosen können hier recycelt werden"
},
"3": {
"then": "Kleidung kann hier recycelt werden"
},
"4": {
"then": "Speiseöl kann hier recycelt werden"
},
"5": {
"then": "Motoröl kann hier recycelt werden"
},
"6": {
"then": "Hier können Leuchtstoffröhren recycelt werden"
},
"7": {
"then": "Grünabfälle können hier recycelt werden"
},
"8": {
"then": "Bio-Abfall kann hier recycelt werden"
},
"9": {
"then": "Glasflaschen können hier recycelt werden"
},
"10": { "10": {
"then": "Glas kann hier recycelt werden" "then": "Glas kann hier recycelt werden"
}, },
@ -7874,9 +7898,6 @@
"19": { "19": {
"then": "Schuhe können hier recycelt werden" "then": "Schuhe können hier recycelt werden"
}, },
"2": {
"then": "Dosen können hier recycelt werden"
},
"20": { "20": {
"then": "Elektrokleingeräte können hier recycelt werden" "then": "Elektrokleingeräte können hier recycelt werden"
}, },
@ -7891,27 +7912,6 @@
}, },
"24": { "24": {
"then": "Fahrräder können hier recycelt werden" "then": "Fahrräder können hier recycelt werden"
},
"3": {
"then": "Kleidung kann hier recycelt werden"
},
"4": {
"then": "Speiseöl kann hier recycelt werden"
},
"5": {
"then": "Motoröl kann hier recycelt werden"
},
"6": {
"then": "Hier können Leuchtstoffröhren recycelt werden"
},
"7": {
"then": "Grünabfälle können hier recycelt werden"
},
"8": {
"then": "Bio-Abfall kann hier recycelt werden"
},
"9": {
"then": "Glasflaschen können hier recycelt werden"
} }
}, },
"question": "Was kann hier recycelt werden?" "question": "Was kann hier recycelt werden?"
@ -8715,12 +8715,6 @@
"1": { "1": {
"then": "Diese Straßenlaterne verwendet LEDs" "then": "Diese Straßenlaterne verwendet LEDs"
}, },
"10": {
"then": "Diese Straßenlaterne verwendet Hochdruck-Natriumdampflampen (orange mit weiß)"
},
"11": {
"then": "Diese Straßenlaterne wird mit Gas beleuchtet"
},
"2": { "2": {
"then": "Diese Straßenlaterne verwendet Glühlampenlicht" "then": "Diese Straßenlaterne verwendet Glühlampenlicht"
}, },
@ -8744,6 +8738,12 @@
}, },
"9": { "9": {
"then": "Diese Straßenlaterne verwendet Niederdruck-Natriumdampflampen (einfarbig orange)" "then": "Diese Straßenlaterne verwendet Niederdruck-Natriumdampflampen (einfarbig orange)"
},
"10": {
"then": "Diese Straßenlaterne verwendet Hochdruck-Natriumdampflampen (orange mit weiß)"
},
"11": {
"then": "Diese Straßenlaterne wird mit Gas beleuchtet"
} }
}, },
"question": "Mit welcher Art von Beleuchtung arbeitet diese Straßenlaterne?" "question": "Mit welcher Art von Beleuchtung arbeitet diese Straßenlaterne?"
@ -9837,27 +9837,6 @@
"1": { "1": {
"question": "Verkauf von Getränken" "question": "Verkauf von Getränken"
}, },
"10": {
"question": "Verkauf von Milch"
},
"11": {
"question": "Verkauf von Brot"
},
"12": {
"question": "Verkauf von Eiern"
},
"13": {
"question": "Verkauf von Käse"
},
"14": {
"question": "Verkauf von Honig"
},
"15": {
"question": "Verkauf von Kartoffeln"
},
"16": {
"question": "Verkauf von Blumen"
},
"2": { "2": {
"question": "Verkauf von Süßigkeiten" "question": "Verkauf von Süßigkeiten"
}, },
@ -9945,30 +9924,6 @@
"1": { "1": {
"then": "Süßigkeiten werden verkauft" "then": "Süßigkeiten werden verkauft"
}, },
"10": {
"then": "Brot wird verkauft"
},
"11": {
"then": "Eier werden verkauft"
},
"12": {
"then": "Käse wird verkauft"
},
"13": {
"then": "Honig wird verkauft"
},
"14": {
"then": "Kartoffeln werden verkauft"
},
"18": {
"then": "Blumen werden verkauft"
},
"19": {
"then": "Parkscheine werden verkauft"
},
"21": {
"then": "Fahrscheine werden verkauft"
},
"2": { "2": {
"then": "Lebensmittel werden verkauft" "then": "Lebensmittel werden verkauft"
}, },
@ -9992,6 +9947,30 @@
}, },
"9": { "9": {
"then": "Milch wird verkauft" "then": "Milch wird verkauft"
},
"10": {
"then": "Brot wird verkauft"
},
"11": {
"then": "Eier werden verkauft"
},
"12": {
"then": "Käse wird verkauft"
},
"13": {
"then": "Honig wird verkauft"
},
"14": {
"then": "Kartoffeln werden verkauft"
},
"18": {
"then": "Blumen werden verkauft"
},
"19": {
"then": "Parkscheine werden verkauft"
},
"21": {
"then": "Fahrscheine werden verkauft"
} }
}, },
"question": "Was wird in diesem Automaten verkauft?", "question": "Was wird in diesem Automaten verkauft?",

View file

@ -4710,6 +4710,20 @@
"question": "No dogs allowed" "question": "No dogs allowed"
} }
} }
},
"11": {
"options": {
"0": {
"question": "Offers internet"
}
}
},
"12": {
"options": {
"0": {
"question": "Offers electricity"
}
}
} }
} }
}, },

View file

@ -1,3 +1,4 @@
import QuestionViz from "./Popup/QuestionViz"
import Combine from "./Base/Combine" import Combine from "./Base/Combine"
import { FixedUiElement } from "./Base/FixedUiElement" import { FixedUiElement } from "./Base/FixedUiElement"
import BaseUIElement from "./BaseUIElement" import BaseUIElement from "./BaseUIElement"
@ -40,7 +41,6 @@ import FeatureReviews from "../Logic/Web/MangroveReviews"
import Maproulette from "../Logic/Maproulette" import Maproulette from "../Logic/Maproulette"
import SvelteUIElement from "./Base/SvelteUIElement" import SvelteUIElement from "./Base/SvelteUIElement"
import { BBoxFeatureSourceForLayer } from "../Logic/FeatureSource/Sources/TouchesBboxFeatureSource" import { BBoxFeatureSourceForLayer } from "../Logic/FeatureSource/Sources/TouchesBboxFeatureSource"
import QuestionViz from "./Popup/QuestionViz"
import { Feature, Point } from "geojson" import { Feature, Point } from "geojson"
import { GeoOperations } from "../Logic/GeoOperations" import { GeoOperations } from "../Logic/GeoOperations"
import CreateNewNote from "./Popup/CreateNewNote.svelte" import CreateNewNote from "./Popup/CreateNewNote.svelte"

File diff suppressed because one or more lines are too long