Merge branch 'develop' into parking
This commit is contained in:
commit
228df2aa9d
148 changed files with 10053 additions and 1118 deletions
|
@ -3,6 +3,7 @@
|
|||
"description": "Adreces"
|
||||
},
|
||||
"artwork": {
|
||||
"description": "Un mapa obert d'estàtues, busts, grafitis i altres obres d'art del tot el món",
|
||||
"name": "Obres d'art",
|
||||
"tagRenderings": {
|
||||
"artwork-artwork_type": {
|
||||
|
@ -824,12 +825,72 @@
|
|||
"recycling": {
|
||||
"name": "Residus",
|
||||
"tagRenderings": {
|
||||
"container-location": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Aquest contenidor està situat a l'aire lliure"
|
||||
}
|
||||
}
|
||||
},
|
||||
"opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "24/7"
|
||||
}
|
||||
}
|
||||
},
|
||||
"operator": {
|
||||
"render": "Aquesta infraestuctura de reciclatge està operada per {operator}"
|
||||
},
|
||||
"recycling-accepts": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Ací es poden reciclar els cartons de begudes"
|
||||
},
|
||||
"2": {
|
||||
"then": "Ací es poden reciclar llaunes"
|
||||
},
|
||||
"7": {
|
||||
"then": "Ací es poden reciclar residus orgànics"
|
||||
},
|
||||
"8": {
|
||||
"then": "Ací es poden reciclar ampolles de vidre"
|
||||
},
|
||||
"9": {
|
||||
"then": "Ací es pot reciclar vidre"
|
||||
},
|
||||
"10": {
|
||||
"then": "Ací es poden reciclar diaris"
|
||||
},
|
||||
"11": {
|
||||
"then": "Ací es pot reciclar paper"
|
||||
},
|
||||
"12": {
|
||||
"then": "Ací es poden reciclar ampolles de plàstic"
|
||||
},
|
||||
"13": {
|
||||
"then": "Ací es poden reciclar envasos de plàstic"
|
||||
},
|
||||
"14": {
|
||||
"then": "Ací es pot reciclar plàstic"
|
||||
},
|
||||
"20": {
|
||||
"then": "Ací es pot reciclar el rebuig"
|
||||
}
|
||||
}
|
||||
},
|
||||
"recycling-centre-name": {
|
||||
"render": "Aquest centre de reciclatge s'anomena <b>{name}</b>"
|
||||
},
|
||||
"recycling-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Açò és un contenidor de reciclatge"
|
||||
},
|
||||
"1": {
|
||||
"then": "Açò és un centre de reciclatge"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -3095,12 +3095,21 @@
|
|||
"1": {
|
||||
"then": "Radweg"
|
||||
},
|
||||
"2": {
|
||||
"then": "Straße mit gemeinsam genutzter Fahrspur {name}"
|
||||
},
|
||||
"3": {
|
||||
"then": "Gemeinsame Fahrspur"
|
||||
},
|
||||
"4": {
|
||||
"then": "Straße mit Fahrradstreifen {name}"
|
||||
},
|
||||
"5": {
|
||||
"then": "Fahrradspur"
|
||||
},
|
||||
"6": {
|
||||
"then": "Straße mit Radweg neben der Straße {name}"
|
||||
},
|
||||
"7": {
|
||||
"then": "Radweg neben der Straße"
|
||||
},
|
||||
|
@ -3110,7 +3119,8 @@
|
|||
"9": {
|
||||
"then": "Fahrradstraße"
|
||||
}
|
||||
}
|
||||
},
|
||||
"render": "Weg"
|
||||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
|
@ -4057,6 +4067,116 @@
|
|||
"render": "Informationstafel"
|
||||
}
|
||||
},
|
||||
"kerbs": {
|
||||
"description": "Eine Ebene, die Bordsteine zeigt.",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Alle Arten von Bordsteinen"
|
||||
},
|
||||
"1": {
|
||||
"question": "Erhöhter Bordstein (>3 cm)"
|
||||
},
|
||||
"2": {
|
||||
"question": "Abgesenkter Bordstein (~3 cm)"
|
||||
},
|
||||
"3": {
|
||||
"question": "Bündiger Bordstein (~0cm)"
|
||||
},
|
||||
"4": {
|
||||
"question": "Kein Bordstein"
|
||||
},
|
||||
"5": {
|
||||
"question": "Bordstein mit unbekannter Höhe"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Bordsteine mit oder ohne taktilem Pflaster"
|
||||
},
|
||||
"1": {
|
||||
"question": "Bordstein mit taktilem Pflaster"
|
||||
},
|
||||
"2": {
|
||||
"question": "Bordstein ohne taktilem Pflaster"
|
||||
},
|
||||
"3": {
|
||||
"question": "Bordstein ohne Informationen über taktiles Pflaster"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Bordsteine",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Bordstein in einem Fußweg",
|
||||
"title": "einen Bordstein"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"kerb-height": {
|
||||
"freeform": {
|
||||
"placeholder": "Höhe des Bordsteins"
|
||||
},
|
||||
"question": "Wie hoch ist der Bordstein?",
|
||||
"render": "Bordsteinhöhe: {{kerb:height}}"
|
||||
},
|
||||
"kerb-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Der Bordstein ist erhöht (>3 cm)"
|
||||
},
|
||||
"1": {
|
||||
"then": "Der Bordstein ist abgesenkt (~3 cm)"
|
||||
},
|
||||
"2": {
|
||||
"then": "Der Bordstein ist bündig (~0cm)"
|
||||
},
|
||||
"3": {
|
||||
"then": "Hier gibt es keinen Bordstein"
|
||||
},
|
||||
"4": {
|
||||
"then": "Es gibt einen Bordstein mit unbekannter Höhe"
|
||||
}
|
||||
},
|
||||
"question": "Wie hoch ist der Bordstein?"
|
||||
},
|
||||
"tactile-paving": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Der Bordstein hat ein taktiles Pflaster."
|
||||
},
|
||||
"1": {
|
||||
"then": "Der Bordstein hat kein taktiles Pflaster."
|
||||
},
|
||||
"2": {
|
||||
"then": "Der Bordstein hat ein taktiles Pflaster, das aber falsch ist"
|
||||
}
|
||||
},
|
||||
"question": "Gibt es am Bordstein ein taktiles Pflaster?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Bordstein"
|
||||
},
|
||||
"units": {
|
||||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "Zentimeter",
|
||||
"humanSingular": "Zentimeter"
|
||||
},
|
||||
"1": {
|
||||
"human": "Meter",
|
||||
"humanSingular": "Meter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"kindergarten_childcare": {
|
||||
"name": "Kindergärten und Kinderkrippen",
|
||||
"presets": {
|
||||
|
@ -4156,6 +4276,9 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dies ist eine Wohnstraße, auf der eine Höchstgeschwindigkeit von 20 km/h gilt"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dies ist eine Wohnstraße, auf der eine Höchstgeschwindigkeit von 20 km/h gilt"
|
||||
}
|
||||
},
|
||||
"question": "Wie hoch ist die zulässige Höchstgeschwindigkeit, die man auf dieser Straße fahren darf?",
|
||||
|
@ -5047,10 +5170,22 @@
|
|||
"question": "Welche Geschlechter können sich an dieser Schule anmelden?"
|
||||
},
|
||||
"language": {
|
||||
"freeform": {
|
||||
"placeholder": "Sprache in Englisch in Kleinbuchstaben"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Die Hauptsprache dieser Schule ist unbekannt"
|
||||
},
|
||||
"1": {
|
||||
"then": "Französisch ist die Hauptsprache von {name}"
|
||||
},
|
||||
"2": {
|
||||
"then": "Niederländisch ist die Hauptsprache von {name}"
|
||||
},
|
||||
"3": {
|
||||
"then": "Deutsch ist die Hauptsprache von {name}"
|
||||
},
|
||||
"4": {
|
||||
"then": "Die Hauptsprache dieser Schule ist unbekannt"
|
||||
}
|
||||
|
|
|
@ -3255,6 +3255,52 @@
|
|||
"description": "This layer visualizes directions",
|
||||
"name": "Direction visualization"
|
||||
},
|
||||
"doctors": {
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Opened now"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "doctors",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "a doctors office"
|
||||
},
|
||||
"1": {
|
||||
"title": "a dentists office"
|
||||
},
|
||||
"2": {
|
||||
"title": "a physiotherapists office"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"specialty": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a general practitioner"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a gynaecologist"
|
||||
},
|
||||
"2": {
|
||||
"then": "This is a psychiatrist"
|
||||
},
|
||||
"3": {
|
||||
"then": "This is a paediatrician"
|
||||
}
|
||||
},
|
||||
"question": "What is this doctor specialized in?",
|
||||
"render": "This doctor is specialized in {healthcare:speciality}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Doctors Office {name}"
|
||||
}
|
||||
},
|
||||
"dogpark": {
|
||||
"name": "dog parks",
|
||||
"presets": {
|
||||
|
@ -3572,6 +3618,9 @@
|
|||
"nonDeleteMappings": {
|
||||
"0": {
|
||||
"then": "This is actually a pub"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is actually a cafe"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -3995,6 +4044,18 @@
|
|||
"render": "Hackerspace"
|
||||
}
|
||||
},
|
||||
"hospital": {
|
||||
"name": "Hospital",
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"question": "What does the of the hospital ?",
|
||||
"render": "Name of the hospital name is {name}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Hospital"
|
||||
}
|
||||
},
|
||||
"hydrant": {
|
||||
"description": "Map layer to show fire hydrants.",
|
||||
"name": "Map of hydrants",
|
||||
|
@ -4281,6 +4342,9 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a living street, which has a maxspeed of 20km/h"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a living street, which has a maxspeed of 20km/h"
|
||||
}
|
||||
},
|
||||
"question": "What is the legal maximum speed one is allowed to drive on this road?",
|
||||
|
@ -4688,6 +4752,28 @@
|
|||
"description": "Pedestrian footpaths, especially used for indoor navigation and snapping entrances to this layer",
|
||||
"name": "Pedestrian paths"
|
||||
},
|
||||
"pharmacy": {
|
||||
"name": "pharmacy",
|
||||
"tagRenderings": {
|
||||
"wheelchair": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This pharmacy is easy to access on a wheelchair"
|
||||
},
|
||||
"1": {
|
||||
"then": "This pharmacy is hard to access on a wheelchair"
|
||||
},
|
||||
"2": {
|
||||
"then": "This pharmacy has limited access for wheelchair users"
|
||||
}
|
||||
},
|
||||
"question": "Is this pharmacy easy to access on a wheelchair?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "{name}"
|
||||
}
|
||||
},
|
||||
"picnic_table": {
|
||||
"description": "The layer showing picnic tables",
|
||||
"name": "Picnic tables",
|
||||
|
@ -5296,6 +5382,39 @@
|
|||
"render": "School <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"shelter": {
|
||||
"description": "Layer showing shelter structures",
|
||||
"name": "Shelter",
|
||||
"tagRenderings": {
|
||||
"shelter-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a shelter at a public transport stop."
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a shelter protecting from rain at a picnic site."
|
||||
},
|
||||
"2": {
|
||||
"then": "This is a gazebo."
|
||||
},
|
||||
"3": {
|
||||
"then": "This is a small shelter, primarily intended for short breaks. Usually found in the mountains or alongside roads."
|
||||
},
|
||||
"4": {
|
||||
"then": "This is a shed with 3 walls, primarily intended for camping."
|
||||
},
|
||||
"5": {
|
||||
"then": "This is a pavilion"
|
||||
}
|
||||
},
|
||||
"question": "What kind of shelter is this?",
|
||||
"render": "Shelter type: {shelter_type}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Shelter"
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"deletion": {
|
||||
"extraDeleteReasons": {
|
||||
|
@ -5345,9 +5464,30 @@
|
|||
"tagRenderings": {
|
||||
"2": {
|
||||
"override": {
|
||||
"question": "What kind of shop is this?"
|
||||
"question": "What kind of shop is this?",
|
||||
"render": "This is a {shop}"
|
||||
}
|
||||
},
|
||||
"copyshop-print-sizes": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This shop can print on papers of size A4"
|
||||
},
|
||||
"1": {
|
||||
"then": "This shop can print on papers of size A3"
|
||||
},
|
||||
"2": {
|
||||
"then": "This shop can print on papers of size A2"
|
||||
},
|
||||
"3": {
|
||||
"then": "This shop can print on papers of size A1"
|
||||
},
|
||||
"4": {
|
||||
"then": "This shop can print on papers of size A0"
|
||||
}
|
||||
},
|
||||
"question": "What paper formats does this shop offer?"
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "What is the name of this shop?"
|
||||
}
|
||||
|
@ -6028,6 +6168,169 @@
|
|||
"render": "Trail"
|
||||
}
|
||||
},
|
||||
"transit_routes": {
|
||||
"description": "Layer showing bus lines",
|
||||
"mapRendering": {
|
||||
"0": {
|
||||
"color": {
|
||||
"render": "#ff0000"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Bus lines",
|
||||
"tagRenderings": {
|
||||
"colour": {
|
||||
"question": "What is the colour for this bus line?",
|
||||
"render": "This bus line has the color {colour}"
|
||||
},
|
||||
"from": {
|
||||
"question": "What is the starting point for this bus line?",
|
||||
"render": "This bus line begins at {from}"
|
||||
},
|
||||
"name": {
|
||||
"question": "What is the name for this bus line? (i.e. Bus XX: From => Via => To)"
|
||||
},
|
||||
"network": {
|
||||
"question": "What network does this bus line belong to?",
|
||||
"render": "This bus line is part of the {network} network"
|
||||
},
|
||||
"operator": {
|
||||
"question": "What company operates this bus line?",
|
||||
"render": "This bus line is operated by {operator}"
|
||||
},
|
||||
"to": {
|
||||
"question": "What is the ending point for this bus line?",
|
||||
"render": "This bus line ends at {to}"
|
||||
},
|
||||
"via": {
|
||||
"question": "What is the via point for this bus line?",
|
||||
"render": "This bus line goes via {via}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "Bus line"
|
||||
}
|
||||
},
|
||||
"transit_stops": {
|
||||
"description": "Layer showing different types of transit stops.",
|
||||
"name": "Transit Stops",
|
||||
"tagRenderings": {
|
||||
"bench": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This stop has a bench"
|
||||
},
|
||||
"1": {
|
||||
"then": "This stop does not have a bench"
|
||||
},
|
||||
"2": {
|
||||
"then": "This stop has a bench, that's separately mapped"
|
||||
}
|
||||
},
|
||||
"question": "Does this stop have a bench?"
|
||||
},
|
||||
"bin": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This stop has a bin"
|
||||
},
|
||||
"1": {
|
||||
"then": "This stop does not have a bin"
|
||||
},
|
||||
"2": {
|
||||
"then": "This stop has a bin, that's separately mapped"
|
||||
}
|
||||
},
|
||||
"question": "Does this stop have a bin?"
|
||||
},
|
||||
"contained_routes": {
|
||||
"render": "<h3>{_contained_routes_count} routes stop at this stop</h3> <ul>{_contained_routes}</ul>"
|
||||
},
|
||||
"departures_board": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This stop has a departures board of unknown type"
|
||||
},
|
||||
"1": {
|
||||
"then": "This stop has a board showing realtime departure information"
|
||||
},
|
||||
"2": {
|
||||
"then": "This stop has a board showing realtime departure information"
|
||||
},
|
||||
"3": {
|
||||
"then": "This stop has a timetable showing regular departures"
|
||||
},
|
||||
"4": {
|
||||
"then": "This stop has a timetable containing just the interval between departures"
|
||||
},
|
||||
"5": {
|
||||
"then": "This stop does not have a departures board"
|
||||
}
|
||||
}
|
||||
},
|
||||
"lit": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This stop is lit"
|
||||
},
|
||||
"1": {
|
||||
"then": "This stop is not lit"
|
||||
}
|
||||
},
|
||||
"question": "Is this stop lit?"
|
||||
},
|
||||
"shelter": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This stop has a shelter"
|
||||
},
|
||||
"1": {
|
||||
"then": "This stop does not have a shelter"
|
||||
},
|
||||
"2": {
|
||||
"then": "This stop has a shelter, that's separately mapped"
|
||||
}
|
||||
},
|
||||
"question": "Does this stop have a shelter?"
|
||||
},
|
||||
"stop_name": {
|
||||
"freeform": {
|
||||
"placeholder": "Name of the stop"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This stop has no name"
|
||||
}
|
||||
},
|
||||
"question": "What is the name of this stop?",
|
||||
"render": "This stop is called <b>{name}</b>"
|
||||
},
|
||||
"tactile_paving": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This stop has tactile paving"
|
||||
},
|
||||
"1": {
|
||||
"then": "This stop does not have tactile paving"
|
||||
}
|
||||
},
|
||||
"question": "Does this stop have tactile paving?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Stop {name}"
|
||||
}
|
||||
},
|
||||
"render": "Transit Stop"
|
||||
}
|
||||
},
|
||||
"tree_node": {
|
||||
"description": "A layer showing trees",
|
||||
"name": "Tree",
|
||||
|
|
|
@ -3259,7 +3259,7 @@
|
|||
},
|
||||
"operator": {
|
||||
"question": "¿Que empresa opera esta facilidad de reciclado?",
|
||||
"render": "Esta facilidad de reciclado la opera {operator}"
|
||||
"render": "Esta infraestructura de reciclado la opera {operator}"
|
||||
},
|
||||
"recycling-accepts": {
|
||||
"mappings": {
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
}
|
||||
},
|
||||
"bench": {
|
||||
"description": "Deze laag toont zitbanken en enkele vragen over deze zitbanken",
|
||||
"description": "Een zitbank is een houten, metalen, stenen, … oppervlak waar een mens kan zitten. Deze laag toont ze en stelt er enkele vragen over.",
|
||||
"name": "Zitbanken",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -2438,6 +2438,9 @@
|
|||
"Contained routes length hist": {
|
||||
"render": "<h3>Overzicht van lengtes</h3>{histogram(_length_hist)}"
|
||||
},
|
||||
"Contained_climbing_routes": {
|
||||
"render": "<h3>Bevat {_contained_climbing_routes_count} routes</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||
},
|
||||
"Rock type (crag/rock/cliff only)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -2548,7 +2551,8 @@
|
|||
"2": {
|
||||
"then": "Klimmen is hier niet mogelijk"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Is klimmen hier mogelijk?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -3541,6 +3545,20 @@
|
|||
"question": "Heeft een halal menu"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Accepteert cash"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Accepteert betaalkaarten"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Eetgelegenheden",
|
||||
|
@ -4164,12 +4182,24 @@
|
|||
}
|
||||
},
|
||||
"maxspeed": {
|
||||
"description": "Toont de toegestane snelheid voor elke weg",
|
||||
"tagRenderings": {
|
||||
"maxspeed-maxspeed": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een woonerf en heeft dus een maximale snelheid van 20km/h"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit is een woonerf en heeft dus een maximale snelheid van 20km/h"
|
||||
}
|
||||
},
|
||||
"render": "De maximum toegestane snelheid op deze weg is {maxspeed}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Weg zonder een naam"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue