forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
2397c73d02
181 changed files with 5251 additions and 3094 deletions
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"contributors": [
|
||||
{
|
||||
"commits": 4165,
|
||||
"commits": 4227,
|
||||
"contributor": "Pieter Vander Vennet"
|
||||
},
|
||||
{
|
||||
"commits": 119,
|
||||
"commits": 120,
|
||||
"contributor": "Robin van der Linde"
|
||||
},
|
||||
{
|
||||
|
@ -20,6 +20,10 @@
|
|||
"commits": 33,
|
||||
"contributor": "Christian Neumann"
|
||||
},
|
||||
{
|
||||
"commits": 31,
|
||||
"contributor": "Andrews Leruth"
|
||||
},
|
||||
{
|
||||
"commits": 31,
|
||||
"contributor": "Pieter Fiers"
|
||||
|
@ -37,7 +41,7 @@
|
|||
"contributor": "Ward"
|
||||
},
|
||||
{
|
||||
"commits": 20,
|
||||
"commits": 22,
|
||||
"contributor": "riQQ"
|
||||
},
|
||||
{
|
||||
|
@ -66,11 +70,11 @@
|
|||
},
|
||||
{
|
||||
"commits": 15,
|
||||
"contributor": "Andrews Leruth"
|
||||
"contributor": "ToastHawaii"
|
||||
},
|
||||
{
|
||||
"commits": 15,
|
||||
"contributor": "ToastHawaii"
|
||||
"commits": 13,
|
||||
"contributor": "AlexanderRebai"
|
||||
},
|
||||
{
|
||||
"commits": 13,
|
||||
|
@ -92,10 +96,6 @@
|
|||
"commits": 10,
|
||||
"contributor": "LiamSimons"
|
||||
},
|
||||
{
|
||||
"commits": 9,
|
||||
"contributor": "AlexanderRebai"
|
||||
},
|
||||
{
|
||||
"commits": 9,
|
||||
"contributor": "RobJN"
|
||||
|
|
|
@ -272,7 +272,7 @@
|
|||
{
|
||||
"question": {
|
||||
"en": "Opened now",
|
||||
"nl": "Nu geopened",
|
||||
"nl": "Nu geopend",
|
||||
"de": "Derzeit geöffnet",
|
||||
"fr": "Ouvert maintenant",
|
||||
"hu": "Most nyitva van",
|
||||
|
|
|
@ -4162,6 +4162,7 @@
|
|||
"then": {
|
||||
"en": "This charging station works",
|
||||
"nl": "Dit oplaadpunt werkt",
|
||||
"ca": "Aquesta estació de càrrega funciona",
|
||||
"de": "Die Station ist in Betrieb",
|
||||
"es": "Esta estación de carga funciona"
|
||||
}
|
||||
|
|
|
@ -1,10 +1,14 @@
|
|||
{
|
||||
"id": "doctors",
|
||||
"name": {
|
||||
"en": "doctors"
|
||||
"en": "Doctors",
|
||||
"de": "Ärzte",
|
||||
"nl": "Dokters"
|
||||
},
|
||||
"description": {
|
||||
"en": "This layer shows doctor offices, dentists and other healthcare facilities"
|
||||
"en": "This layer shows doctor offices, dentists and other healthcare facilities",
|
||||
"de": "Diese Ebene zeigt Arztpraxen, Zahnärzte und andere Gesundheitseinrichtungen",
|
||||
"nl": "Deze laag toont dokterspraktijken, tandartsen en andere gezondheidszorgfaciliteiten"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -17,7 +21,9 @@
|
|||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Doctors Office {name}"
|
||||
"en": "Doctors Office {name}",
|
||||
"de": "Arztpraxis {name}",
|
||||
"nl": "Dokterspraktijk {name}"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -43,10 +49,14 @@
|
|||
"website",
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the name of this doctors place?"
|
||||
"en": "What is the name of this doctors place?",
|
||||
"de": "Wie heißt diese Arztpraxis?",
|
||||
"nl": "Wat is de naam van deze dokterspraktijk?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This doctors place is called {name}"
|
||||
"en": "This doctors place is called {name}",
|
||||
"de": "Diese Arztpraxis heißt {name}",
|
||||
"nl": "Deze dokterspraktijk heet {name}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
|
@ -57,10 +67,14 @@
|
|||
"condition": "amenity=doctors",
|
||||
"id": "specialty",
|
||||
"render": {
|
||||
"en": "This doctor is specialized in {healthcare:speciality}"
|
||||
"en": "This doctor is specialized in {healthcare:speciality}",
|
||||
"de": "Dieser Arzt ist spezialisiert auf {healthcare:speciality}",
|
||||
"nl": "Deze dokter is gespecialiseerd in {healthcare:speciality}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is this doctor specialized in?"
|
||||
"en": "What is this doctor specialized in?",
|
||||
"de": "Worauf ist dieser Arzt spezialisiert?",
|
||||
"nl": "Waar is deze dokter in gespecialiseerd?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "healthcare:speciality"
|
||||
|
@ -69,25 +83,33 @@
|
|||
{
|
||||
"if": "healthcare:speciality=general",
|
||||
"then": {
|
||||
"en": "This is a general practitioner"
|
||||
"en": "This is a general practitioner",
|
||||
"de": "Dies ist ein Allgemeinmediziner",
|
||||
"nl": "Dit is een huisarts"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "healthcare:speciality=gynaecology",
|
||||
"then": {
|
||||
"en": "This is a gynaecologist"
|
||||
"en": "This is a gynaecologist",
|
||||
"de": "Dies ist ein Gynäkologe",
|
||||
"nl": "Dit is een gynaecoloog"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "healthcare:speciality=psychiatry",
|
||||
"then": {
|
||||
"en": "This is a psychiatrist"
|
||||
"en": "This is a psychiatrist",
|
||||
"de": "Dies ist ein Psychiater",
|
||||
"nl": "Dit is een psychiater"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "healthcare:speciality=paediatrics",
|
||||
"then": {
|
||||
"en": "This is a paediatrician"
|
||||
"en": "This is a paediatrician",
|
||||
"de": "Dies ist ein Kinderarzt",
|
||||
"nl": "Dit is een kinderarts"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -96,7 +118,9 @@
|
|||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a doctors office"
|
||||
"en": "a doctors office",
|
||||
"de": "eine Arztpraxis",
|
||||
"nl": "een dokterspraktijk"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=doctors"
|
||||
|
@ -104,7 +128,9 @@
|
|||
},
|
||||
{
|
||||
"title": {
|
||||
"en": "a dentists office"
|
||||
"en": "a dentists office",
|
||||
"de": "eine Zahnarztpraxis",
|
||||
"nl": "een tandartspraktijk"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=dentist"
|
||||
|
@ -112,7 +138,9 @@
|
|||
},
|
||||
{
|
||||
"title": {
|
||||
"en": "a physiotherapists office"
|
||||
"en": "a physiotherapists office",
|
||||
"de": "Praxis eines Physiotherapeuten",
|
||||
"nl": "een fysiotherapeutenpraktijk"
|
||||
},
|
||||
"tags": [
|
||||
"healthcare=physiotherapist"
|
||||
|
@ -125,7 +153,9 @@
|
|||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "Opened now"
|
||||
"en": "Opened now",
|
||||
"de": "Jetzt geöffnet",
|
||||
"nl": "Nu geopend"
|
||||
},
|
||||
"osmTags": "_isOpen=yes"
|
||||
}
|
||||
|
|
|
@ -156,4 +156,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -386,7 +386,7 @@
|
|||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"*": "entrance"
|
||||
"en": "an entrance"
|
||||
},
|
||||
"preciseInput": {
|
||||
"preferredBackground": "photo",
|
||||
|
|
|
@ -818,13 +818,15 @@
|
|||
{
|
||||
"if": "amenity=pub",
|
||||
"then": {
|
||||
"en": "This is actually a pub"
|
||||
"en": "This is actually a pub",
|
||||
"de": "Dies ist eigentlich eine Kneipe"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "amenity=cafe",
|
||||
"then": {
|
||||
"en": "This is actually a cafe"
|
||||
"en": "This is actually a cafe",
|
||||
"de": "Dies ist eigentlich ein Café"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -1,11 +1,15 @@
|
|||
{
|
||||
"id": "hospital",
|
||||
"name": {
|
||||
"en": "Hospital"
|
||||
"en": "Hospitals",
|
||||
"de": "Krankenhäuser",
|
||||
"nl": "Ziekenhuizen"
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Hospital"
|
||||
"en": "Hospital",
|
||||
"de": "Krankenhaus",
|
||||
"nl": "Ziekenhuis"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
|
@ -19,10 +23,15 @@
|
|||
{
|
||||
"id": "name",
|
||||
"render": {
|
||||
"en": "Name of the hospital name is {name}"
|
||||
"en": "This hospital is called {name}",
|
||||
"ca": "El nom del nom de l'hospital és {name}",
|
||||
"de": "Der Name des Krankenhauses lautet {name}",
|
||||
"nl": "Dit ziekenhuis heet {name}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What does the of the hospital ?"
|
||||
"en": "What is the name of this hospital?",
|
||||
"de": "Wie lautet der Name des Krankenhauses?",
|
||||
"nl": "Wat is de naam van dit ziekenhuis?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "id_presets",
|
||||
"description": {
|
||||
"en": "Layer containing various presets and questions generated by ID. These are meant to be reused in other layers by importing the tagRenderings with `id_preset.<tagrendering>"
|
||||
"en": "Layer containing various presets and questions generated by ID. These are meant to be reused in other layers by importing the tagRenderings with `id_preset.<tagrendering>"
|
||||
},
|
||||
"#dont-translate": "*",
|
||||
"source": {
|
||||
|
|
|
@ -50,7 +50,8 @@
|
|||
"then": {
|
||||
"en": "This is a kindergarten (also known as <i>preschool</i>) where small kids receive early education.",
|
||||
"nl": "Dit is een kleuterschool waar kindjes (voorbereidend) onderwijs krijgen.",
|
||||
"de": "Dies ist ein Kindergarten (auch bekannt als <i>Vorschule</i>), in dem kleine Kinder eine Früherziehung erhalten."
|
||||
"de": "Dies ist ein Kindergarten (auch bekannt als <i>Vorschule</i>), in dem kleine Kinder eine Früherziehung erhalten.",
|
||||
"ca": "Aquesta és una llar d'infants (també coneguda com a <i>preescolar</i>) on els nens petits reben educació primerenca."
|
||||
},
|
||||
"addExtraTags": [
|
||||
"isced:level=0",
|
||||
|
@ -79,7 +80,8 @@
|
|||
},
|
||||
"render": {
|
||||
"en": "This facility is named <b>{name}</b>",
|
||||
"de": "Diese Einrichtung hat den Namen <b>{name}</b>"
|
||||
"de": "Diese Einrichtung hat den Namen <b>{name}</b>",
|
||||
"ca": "Aquesta instal·lació s'anomena <b>{name}</b>"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
|
@ -109,7 +111,8 @@
|
|||
"render": {
|
||||
"en": "This facility has room for {capacity} kids",
|
||||
"nl": "Hier kunnen {capacity} kinderen terecht",
|
||||
"de": "Diese Einrichtung bietet Platz für {capacity} Kinder"
|
||||
"de": "Diese Einrichtung bietet Platz für {capacity} Kinder",
|
||||
"ca": "Aquesta instal·lació té espai per a {capacity} nens"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "capacity",
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"en": "Maxspeed",
|
||||
"es": "Velocidad",
|
||||
"ca": "Velocitat",
|
||||
"de": "Höchstgeschwindigkeit"
|
||||
"de": "Höchstgeschwindigkeit",
|
||||
"nl": "Maximumsnelheid"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
|
|
@ -34,76 +34,87 @@
|
|||
"if": "parking=surface",
|
||||
"then": {
|
||||
"en": "This is a surface parking lot",
|
||||
"nl": "Dit is een bovengronds parkeerterrein"
|
||||
"nl": "Dit is een bovengronds parkeerterrein",
|
||||
"de": "Dies ist ein oberirdischer Parkplatz"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "parking=street_side",
|
||||
"then": {
|
||||
"en": "This is a parking bay next to a street",
|
||||
"nl": "Dit is een parkeerplek langs een weg"
|
||||
"nl": "Dit is een parkeerplek langs een weg",
|
||||
"de": "Dies ist eine Parkbucht neben einer Straße"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "parking=underground",
|
||||
"then": {
|
||||
"en": "This is an underground parking garage",
|
||||
"nl": "Dit is een ondergrondse parkeergarage"
|
||||
"nl": "Dit is een ondergrondse parkeergarage",
|
||||
"de": "Dies ist eine Tiefgarage"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "parking=multi-storey",
|
||||
"then": {
|
||||
"en": "This is a multi-storey parking garage",
|
||||
"nl": "Dit is een bovengrondse parkeergarage met meerdere verdiepingen"
|
||||
"nl": "Dit is een bovengrondse parkeergarage met meerdere verdiepingen",
|
||||
"de": "Dies ist ein mehrstöckiges oberirdisches Parkhaus"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "parking=rooftop",
|
||||
"then": {
|
||||
"en": "This is a rooftop parking deck",
|
||||
"nl": "Dit is een parkeerdek op een dak"
|
||||
"nl": "Dit is een parkeerdek op een dak",
|
||||
"de": "Dies ist ein Parkdeck auf dem Dach"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "parking=lane",
|
||||
"then": {
|
||||
"en": "This is a lane for parking on the road",
|
||||
"nl": "Dit is een strook voor parkeren op de weg"
|
||||
"nl": "Dit is een strook voor parkeren op de weg",
|
||||
"de": "Dies ist eine Fahrspur zum Parken auf der Straße"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "parking=carports",
|
||||
"then": {
|
||||
"en": "This is parking covered by carports",
|
||||
"nl": "Dit is parking overdekt met carports"
|
||||
"nl": "Dit is parking overdekt met carports",
|
||||
"de": "Dies ist ein durch Carports überdachter Parkplatz"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "parking=garage_boxes",
|
||||
"then": {
|
||||
"en": "This a parking consisting of garage boxes",
|
||||
"nl": "Dit is een parking bestaande uit garageboxen"
|
||||
"nl": "Dit is een parking bestaande uit garageboxen",
|
||||
"de": "Dies ist ein Parkplatz bestehend aus Garagenboxen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "parking=layby",
|
||||
"then": {
|
||||
"en": "This is a parking on a layby",
|
||||
"nl": "Dit is een parkeerplek op een layby"
|
||||
"nl": "Dit is een parkeerplek op een layby",
|
||||
"de": "Hier gibt es Parkmöglichkeiten auf einem kleinen Rastplatz"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "parking=sheds",
|
||||
"then": {
|
||||
"en": "This is a parking consisting of sheds",
|
||||
"nl": "Dit is een parking bestaande uit schuren"
|
||||
"nl": "Dit is een parking bestaande uit schuren",
|
||||
"de": "Hier gibt es Parkmöglichkeiten unter einer offenen Dachkonstruktion"
|
||||
}
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "What kind of parking is this?",
|
||||
"nl": "Wat voor parking is dit?"
|
||||
"nl": "Wat voor parking is dit?",
|
||||
"de": "Was ist das für ein Parkplatz?"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -113,7 +124,8 @@
|
|||
"type": "pnat",
|
||||
"placeholder": {
|
||||
"en": "Amount of parking spots reserved for disabled people",
|
||||
"nl": "Aantal parkeerplaatsen voor gehandicapten"
|
||||
"nl": "Aantal parkeerplaatsen voor gehandicapten",
|
||||
"de": "Anzahl barrierefreier Stellplätze"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -121,7 +133,8 @@
|
|||
"if": "capacity:disabled=yes",
|
||||
"then": {
|
||||
"en": "There are disabled parking spots, but it is not known how many",
|
||||
"nl": "Er zijn parkeerplaatsen voor gehandicapten, maar het is niet bekend hoeveel er zijn"
|
||||
"nl": "Er zijn parkeerplaatsen voor gehandicapten, maar het is niet bekend hoeveel er zijn",
|
||||
"de": "Es gibt barrierefreie Stellplätze, aber die Anzahl ist unbekannt"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
|
@ -129,18 +142,21 @@
|
|||
"if": "capacity:disabled=no",
|
||||
"then": {
|
||||
"en": "There are no disabled parking spots",
|
||||
"nl": "Er zijn geen parkeerplaatsen voor gehandicapten"
|
||||
"nl": "Er zijn geen parkeerplaatsen voor gehandicapten",
|
||||
"de": "Es gibt keine barrierefreien Stellplätze"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "How many disabled parking spots are there at this parking?",
|
||||
"nl": "Hoeveel parkeerplaatsen voor gehandicapten zijn er op deze parking?"
|
||||
"nl": "Hoeveel parkeerplaatsen voor gehandicapten zijn er op deze parking?",
|
||||
"de": "Wie viele barrierefreie Stellplätze gibt es auf diesem Parkplatz?"
|
||||
},
|
||||
"render": {
|
||||
"en": "There are {capacity:disabled} disabled parking spots",
|
||||
"nl": "Er zijn {capacity:disabled} parkeerplaatsen voor gehandicapten"
|
||||
"nl": "Er zijn {capacity:disabled} parkeerplaatsen voor gehandicapten",
|
||||
"de": "Es gibt {capacity:disabled} barrierefreie Stellplätze"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -150,16 +166,19 @@
|
|||
"type": "pnat",
|
||||
"placeholder": {
|
||||
"en": "Amount of parking spots",
|
||||
"nl": "Aantal parkeerplaatsen"
|
||||
"nl": "Aantal parkeerplaatsen",
|
||||
"de": "Anzahl der Parkplätze"
|
||||
}
|
||||
},
|
||||
"question": {
|
||||
"en": "How many parking spots are there at this parking?",
|
||||
"nl": "Hoeveel parkeerplaatsen zijn er op deze parking?"
|
||||
"nl": "Hoeveel parkeerplaatsen zijn er op deze parking?",
|
||||
"de": "Wie viele Stellplätze gibt es auf diesem Parkplatz?"
|
||||
},
|
||||
"render": {
|
||||
"en": "There are {capacity} parking spots",
|
||||
"nl": "Er zijn {capacity} parkeerplaatsen"
|
||||
"nl": "Er zijn {capacity} parkeerplaatsen",
|
||||
"de": "Es gibt {capacity} Stellplätze"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -1,20 +1,23 @@
|
|||
{
|
||||
"id": "pharmacy",
|
||||
"name": {
|
||||
"en": "pharmacy"
|
||||
"en": "pharmacy",
|
||||
"de": "Apotheke"
|
||||
},
|
||||
"description": {
|
||||
"en": "A layer showing pharmacies, which (probably) dispense prescription drugs"
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "{name}"
|
||||
"en": "{name}",
|
||||
"de": "{name}"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "name=",
|
||||
"then": {
|
||||
"en": "Pharmacy"
|
||||
"en": "Pharmacy",
|
||||
"de": "Apotheke"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -52,25 +55,30 @@
|
|||
{
|
||||
"id": "wheelchair",
|
||||
"question": {
|
||||
"en": "Is this pharmacy easy to access on a wheelchair?"
|
||||
"en": "Is this pharmacy easy to access on a wheelchair?",
|
||||
"de": "Ist die Apotheke für Rollstuhlfahrer leicht zugänglich?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "wheelchair=yes",
|
||||
"then": {
|
||||
"en": "This pharmacy is easy to access on a wheelchair"
|
||||
"en": "This pharmacy is easy to access on a wheelchair",
|
||||
"ca": "Aquesta farmàcia és fàcil d'accedir en una cadira de rodes",
|
||||
"de": "Die Apotheke ist für Rollstuhlfahrer leicht zugänglich"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "wheelchair=no",
|
||||
"then": {
|
||||
"en": "This pharmacy is hard to access on a wheelchair"
|
||||
"en": "This pharmacy is hard to access on a wheelchair",
|
||||
"de": "Die Apotheke ist für Rollstuhlfahrer nur schwer zugänglich"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "wheelchair=limited",
|
||||
"then": {
|
||||
"en": "This pharmacy has limited access for wheelchair users"
|
||||
"en": "This pharmacy has limited access for wheelchair users",
|
||||
"de": "Die Apotheke ist für Rollstuhlfahrer nur eingeschränkt zugänglich"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"id": "rainbow_crossings",
|
||||
"name": {
|
||||
"en": "Crossings with rainbow paintings"
|
||||
"en": "Crossings with rainbow paintings",
|
||||
"de": "Fußgängerüberwege in Regenbogenfarben"
|
||||
},
|
||||
"description": {
|
||||
"en": "A layer showing pedestrian crossings with rainbow paintings"
|
||||
"en": "A layer showing pedestrian crossings with rainbow paintings",
|
||||
"de": "Eine Ebene mit Fußgängerüberwegen in Regenbogenfarben"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "highway=crossing"
|
||||
|
@ -12,19 +14,22 @@
|
|||
"minzoom": 17,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Crossing"
|
||||
"en": "Crossing",
|
||||
"de": "Überweg"
|
||||
}
|
||||
},
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a crossing"
|
||||
"en": "a crossing",
|
||||
"de": "einen Überweg"
|
||||
},
|
||||
"tags": [
|
||||
"highway=crossing"
|
||||
],
|
||||
"description": {
|
||||
"en": "Pedestrian crossing"
|
||||
"en": "Pedestrian crossing",
|
||||
"de": "Fußgängerüberweg"
|
||||
},
|
||||
"preciseInput": {
|
||||
"preferredBackground": [
|
||||
|
@ -40,14 +45,16 @@
|
|||
{
|
||||
"id": "crossing-with-rainbow",
|
||||
"question": {
|
||||
"en": "Does this crossing has rainbow paintings?"
|
||||
"en": "Does this crossing has rainbow paintings?",
|
||||
"de": "Hat der Überweg eine Markierung in Regenbogenfarben?"
|
||||
},
|
||||
"condition": "highway=crossing",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "crossing:marking=rainbow",
|
||||
"then": {
|
||||
"en": "This crossing has rainbow paintings"
|
||||
"en": "This crossing has rainbow paintings",
|
||||
"de": "Der Überweg hat eine Markierung in Regenbogenfarben"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/themes/rainbow_crossings/logo.svg",
|
||||
|
@ -57,14 +64,16 @@
|
|||
{
|
||||
"if": "not:crossing:marking=rainbow",
|
||||
"then": {
|
||||
"en": "No rainbow paintings here"
|
||||
"en": "No rainbow paintings here",
|
||||
"de": "Hier gibt es kein Markierung in Regenbogenfarben"
|
||||
},
|
||||
"icon": "./assets/themes/rainbow_crossings/crossing.svg"
|
||||
},
|
||||
{
|
||||
"if": "crossing:marking!=rainbow",
|
||||
"then": {
|
||||
"en": "No rainbow paintings here"
|
||||
"en": "No rainbow paintings here",
|
||||
"de": "Hier gibt es kein Markierung in Regenbogenfarben"
|
||||
},
|
||||
"icon": "./assets/themes/rainbow_crossings/crossing.svg",
|
||||
"hideInAnswer": true
|
||||
|
|
|
@ -304,7 +304,8 @@
|
|||
"hideInAnswer": true,
|
||||
"then": {
|
||||
"en": "The main language of this school is unknown",
|
||||
"nl": "De voertaal van deze school is niet gekend"
|
||||
"nl": "De voertaal van deze school is niet gekend",
|
||||
"de": "Die Unterrichtssprache der Schule ist unbekannt"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"id": "shelter",
|
||||
"name": {
|
||||
"en": "Shelter"
|
||||
"en": "Shelter",
|
||||
"de": "Unterstand"
|
||||
},
|
||||
"description": {
|
||||
"en": "Layer showing shelter structures"
|
||||
"en": "Layer showing shelter structures",
|
||||
"de": "Eine Ebene, die verschiedene Bauformen von Unterständen zeigt"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -16,7 +18,8 @@
|
|||
"minzoom": 13,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Shelter"
|
||||
"en": "Shelter",
|
||||
"de": "Unterstand"
|
||||
}
|
||||
},
|
||||
"mapRendering": [
|
||||
|
@ -35,19 +38,22 @@
|
|||
{
|
||||
"if": "shelter_type=public_transport",
|
||||
"then": {
|
||||
"en": "This is a shelter at a public transport stop."
|
||||
"en": "This is a shelter at a public transport stop.",
|
||||
"de": "Das ist ein Unterstand an einer Haltestelle für öffentliche Verkehrsmittel."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "shelter_type=picnic_shelter",
|
||||
"then": {
|
||||
"en": "This is a shelter protecting from rain at a picnic site."
|
||||
"en": "This is a shelter protecting from rain at a picnic site.",
|
||||
"de": "Dies ist ein Unterstand zum Schutz vor Regen auf einem Picknickplatz."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "shelter_type=gazebo",
|
||||
"then": {
|
||||
"en": "This is a gazebo."
|
||||
"en": "This is a gazebo.",
|
||||
"de": "Das ist ein offener Gartenpavillon."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -74,10 +80,12 @@
|
|||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "What kind of shelter is this?"
|
||||
"en": "What kind of shelter is this?",
|
||||
"de": "Um welche Art von Unterstand handelt es sich?"
|
||||
},
|
||||
"render": {
|
||||
"en": "Shelter type: {shelter_type}"
|
||||
"en": "Shelter type: {shelter_type}",
|
||||
"de": "Art des Unterstands: {shelter_type}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "shelter_type",
|
||||
|
|
|
@ -104,10 +104,12 @@
|
|||
"override": {
|
||||
"question": {
|
||||
"en": "What kind of shop is this?",
|
||||
"nl": "Wat voor soort winkel is dit?"
|
||||
"nl": "Wat voor soort winkel is dit?",
|
||||
"de": "Um was für ein Geschäft handelt es sich?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This is a {shop}"
|
||||
"en": "This is a {shop}",
|
||||
"de": "Das ist ein {shop}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "shop",
|
||||
|
@ -132,42 +134,48 @@
|
|||
]
|
||||
},
|
||||
"question": {
|
||||
"en": "What paper formats does this shop offer?"
|
||||
"en": "What paper formats does this shop offer?",
|
||||
"de": "Welche Papierformate bietet das Geschäft an?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
{
|
||||
"if": "service:print:A4=yes",
|
||||
"then": {
|
||||
"en": "This shop can print on papers of size A4"
|
||||
"en": "This shop can print on papers of size A4",
|
||||
"de": "Das Geschäft kann Unterlagen auf A4 Papier drucken"
|
||||
},
|
||||
"ifnot": "service:print:A4=no"
|
||||
},
|
||||
{
|
||||
"if": "service:print:A3=yes",
|
||||
"then": {
|
||||
"en": "This shop can print on papers of size A3"
|
||||
"en": "This shop can print on papers of size A3",
|
||||
"de": "Das Geschäft kann Unterlagen auf A3 Papier drucken"
|
||||
},
|
||||
"ifnot": "service:print:A3=no"
|
||||
},
|
||||
{
|
||||
"if": "service:print:A2=yes",
|
||||
"then": {
|
||||
"en": "This shop can print on papers of size A2"
|
||||
"en": "This shop can print on papers of size A2",
|
||||
"de": "Das Geschäft kann Unterlagen auf A2 Papier drucken"
|
||||
},
|
||||
"ifnot": "service:print:A2=no"
|
||||
},
|
||||
{
|
||||
"if": "service:print:A1=yes",
|
||||
"then": {
|
||||
"en": "This shop can print on papers of size A1"
|
||||
"en": "This shop can print on papers of size A1",
|
||||
"de": "Das Geschäft kann Unterlagen auf A1 Papier drucken"
|
||||
},
|
||||
"ifnot": "service:print:A1=no"
|
||||
},
|
||||
{
|
||||
"if": "service:print:A0=yes",
|
||||
"then": {
|
||||
"en": "This shop can print on papers of size A0"
|
||||
"en": "This shop can print on papers of size A0",
|
||||
"de": "Das Geschäft kann Unterlagen auf A0 Papier drucken"
|
||||
},
|
||||
"ifnot": "service:print:A0=no"
|
||||
}
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
"question": {
|
||||
"en": "What level of education is given here?",
|
||||
"nl": "Wat is het niveau van onderwijs?",
|
||||
"de": "Welches Bildungsniveau wird hier gelehrt?",
|
||||
"de": "Welche Bildungsabschlüsse werden hier verliehen?",
|
||||
"fr": "Quel niveau d'éducation est donné ici ?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"id": "transit_routes",
|
||||
"name": {
|
||||
"en": "Bus lines"
|
||||
"en": "Bus lines",
|
||||
"de": "Buslinien"
|
||||
},
|
||||
"description": {
|
||||
"en": "Layer showing bus lines"
|
||||
"en": "Layer showing bus lines",
|
||||
"de": "Ebene mit Buslinien"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -17,13 +19,15 @@
|
|||
"minzoom": 15,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Bus line"
|
||||
"en": "Bus line",
|
||||
"de": "Buslinie"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "name~*",
|
||||
"then": {
|
||||
"en": "{name}"
|
||||
"en": "{name}",
|
||||
"de": "{name}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -32,7 +36,8 @@
|
|||
{
|
||||
"color": {
|
||||
"render": {
|
||||
"en": "#ff0000"
|
||||
"en": "#ff0000",
|
||||
"de": "#ff0000"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -53,7 +58,8 @@
|
|||
},
|
||||
"render": "{name}",
|
||||
"question": {
|
||||
"en": "What is the name for this bus line? (i.e. Bus XX: From => Via => To)"
|
||||
"en": "What is the name for this bus line? (i.e. Bus XX: From => Via => To)",
|
||||
"de": "Wie lautet der Name der Buslinie? (z.B. Bus XX: Von => Über => Nach)"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -64,10 +70,12 @@
|
|||
"placeholder": "City, Stop Name"
|
||||
},
|
||||
"render": {
|
||||
"en": "This bus line begins at {from}"
|
||||
"en": "This bus line begins at {from}",
|
||||
"de": "Die Buslinie startet von {from}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the starting point for this bus line?"
|
||||
"en": "What is the starting point for this bus line?",
|
||||
"de": "Wo ist der Startpunkt dieser Buslinie?"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -78,10 +86,12 @@
|
|||
"placeholder": "City, Stop Name"
|
||||
},
|
||||
"render": {
|
||||
"en": "This bus line goes via {via}"
|
||||
"en": "This bus line goes via {via}",
|
||||
"de": "Die Buslinie fährt über {via}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the via point for this bus line?"
|
||||
"en": "What is the via point for this bus line?",
|
||||
"de": "Über welchen Zwischenhalt fährt die Buslinie?"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -92,10 +102,12 @@
|
|||
"placeholder": "City, Stop Name"
|
||||
},
|
||||
"render": {
|
||||
"en": "This bus line ends at {to}"
|
||||
"en": "This bus line ends at {to}",
|
||||
"de": "Der Endpunkt der Buslinie ist {to}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the ending point for this bus line?"
|
||||
"en": "What is the ending point for this bus line?",
|
||||
"de": "Wo ist der Endpunkt der Buslinie?"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -105,10 +117,12 @@
|
|||
"type": "color"
|
||||
},
|
||||
"render": {
|
||||
"en": "This bus line has the color {colour}"
|
||||
"en": "This bus line has the color {colour}",
|
||||
"de": "Die Buslinie hat die Farbe {colour}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the colour for this bus line?"
|
||||
"en": "What is the colour for this bus line?",
|
||||
"de": "Welche Farbe hat diese Buslinie?"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -118,10 +132,12 @@
|
|||
"type": "string"
|
||||
},
|
||||
"render": {
|
||||
"en": "This bus line is part of the {network} network"
|
||||
"en": "This bus line is part of the {network} network",
|
||||
"de": "Die Buslinie gehört zum Verkehrsverbund {network}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What network does this bus line belong to?"
|
||||
"en": "What network does this bus line belong to?",
|
||||
"de": "Zu welchem Verkehrsverbund gehört die Buslinie?"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -131,10 +147,12 @@
|
|||
"type": "string"
|
||||
},
|
||||
"render": {
|
||||
"en": "This bus line is operated by {operator}"
|
||||
"en": "This bus line is operated by {operator}",
|
||||
"de": "Die Buslinie wird betrieben von {operator}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What company operates this bus line?"
|
||||
"en": "What company operates this bus line?",
|
||||
"de": "Welches Unternehmen betreibt die Buslinie?"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"id": "transit_stops",
|
||||
"name": {
|
||||
"en": "Transit Stops"
|
||||
"en": "Transit Stops",
|
||||
"de": "Haltestellen"
|
||||
},
|
||||
"description": {
|
||||
"en": "Layer showing different types of transit stops."
|
||||
"en": "Layer showing different types of transit stops.",
|
||||
"de": "Ebene mit verschiedenen Arten von Haltestellen."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -16,13 +18,15 @@
|
|||
"minzoom": 15,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Transit Stop"
|
||||
"en": "Transit Stop",
|
||||
"de": "Haltestelle"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "name~*",
|
||||
"then": {
|
||||
"en": "Stop {name}"
|
||||
"en": "Stop {name}",
|
||||
"de": "Haltestelle {name}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -51,7 +55,8 @@
|
|||
{
|
||||
"id": "stop_name",
|
||||
"render": {
|
||||
"en": "This stop is called <b>{name}</b>"
|
||||
"en": "This stop is called <b>{name}</b>",
|
||||
"de": "Der Name der Haltestelle lautet <b>{name}</b>"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name",
|
||||
|
@ -60,7 +65,8 @@
|
|||
"noname="
|
||||
],
|
||||
"placeholder": {
|
||||
"en": "Name of the stop"
|
||||
"en": "Name of the stop",
|
||||
"de": "Name der Haltestelle"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -72,12 +78,14 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This stop has no name"
|
||||
"en": "This stop has no name",
|
||||
"de": "Die Haltestelle hat keinen Namen"
|
||||
}
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "What is the name of this stop?"
|
||||
"en": "What is the name of this stop?",
|
||||
"de": "Wie lautet der Name der Haltestelle?"
|
||||
},
|
||||
"placeholder": "Name of the stop"
|
||||
},
|
||||
|
@ -88,25 +96,29 @@
|
|||
{
|
||||
"if": "shelter=yes",
|
||||
"then": {
|
||||
"en": "This stop has a shelter"
|
||||
"en": "This stop has a shelter",
|
||||
"de": "Die Haltestelle hat einen Unterstand"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "shelter=no",
|
||||
"then": {
|
||||
"en": "This stop does not have a shelter"
|
||||
"en": "This stop does not have a shelter",
|
||||
"de": "Die Haltestelle hat keinen Unterstand"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "shelter=separate",
|
||||
"then": {
|
||||
"en": "This stop has a shelter, that's separately mapped"
|
||||
"en": "This stop has a shelter, that's separately mapped",
|
||||
"de": "Die Haltestelle hat einen Unterstand, der separat kariert ist"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Does this stop have a shelter?"
|
||||
"en": "Does this stop have a shelter?",
|
||||
"de": "Hat die Haltestelle einen Unterstand?"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -115,25 +127,29 @@
|
|||
{
|
||||
"if": "bench=yes",
|
||||
"then": {
|
||||
"en": "This stop has a bench"
|
||||
"en": "This stop has a bench",
|
||||
"de": "Die Haltestelle hat eine Bank"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "bench=no",
|
||||
"then": {
|
||||
"en": "This stop does not have a bench"
|
||||
"en": "This stop does not have a bench",
|
||||
"de": "Die Haltestelle hat keine Bank"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "bench=separate",
|
||||
"then": {
|
||||
"en": "This stop has a bench, that's separately mapped"
|
||||
"en": "This stop has a bench, that's separately mapped",
|
||||
"de": "Die Haltestelle hat eine Bank, die separat kartiert ist"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Does this stop have a bench?"
|
||||
"en": "Does this stop have a bench?",
|
||||
"de": "Gibt es an der Haltestelle eine Sitzbank?"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -142,25 +158,29 @@
|
|||
{
|
||||
"if": "bin=yes",
|
||||
"then": {
|
||||
"en": "This stop has a bin"
|
||||
"en": "This stop has a bin",
|
||||
"de": "Die Haltestelle hat einen Mülleimer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "bin=no",
|
||||
"then": {
|
||||
"en": "This stop does not have a bin"
|
||||
"en": "This stop does not have a bin",
|
||||
"de": "Die Haltestelle hat keinen Mülleimer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "bin=separate",
|
||||
"then": {
|
||||
"en": "This stop has a bin, that's separately mapped"
|
||||
"en": "This stop has a bin, that's separately mapped",
|
||||
"de": "Die Haltestelle hat einen Mülleimer, der separat kartiert ist"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Does this stop have a bin?"
|
||||
"en": "Does this stop have a bin?",
|
||||
"de": "Hat die Haltestelle einen Mülleimer?"
|
||||
}
|
||||
},
|
||||
"wheelchair-access",
|
||||
|
@ -170,18 +190,21 @@
|
|||
{
|
||||
"if": "tactile_paving=yes",
|
||||
"then": {
|
||||
"en": "This stop has tactile paving"
|
||||
"en": "This stop has tactile paving",
|
||||
"de": "Die Haltestelle hat ein taktiles Pflaster"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "tactile_paving=no",
|
||||
"then": {
|
||||
"en": "This stop does not have tactile paving"
|
||||
"en": "This stop does not have tactile paving",
|
||||
"de": "Die Haltestelle hat kein taktiles Pflaster"
|
||||
}
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Does this stop have tactile paving?"
|
||||
"en": "Does this stop have tactile paving?",
|
||||
"de": "Hat die Haltestelle hat ein taktiles Pflaster?"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -190,18 +213,21 @@
|
|||
{
|
||||
"if": "lit=yes",
|
||||
"then": {
|
||||
"en": "This stop is lit"
|
||||
"en": "This stop is lit",
|
||||
"de": "Die Haltestelle ist beleuchtet"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "lit=no",
|
||||
"then": {
|
||||
"en": "This stop is not lit"
|
||||
"en": "This stop is not lit",
|
||||
"de": "Die Haltestelle ist nicht beleuchtet"
|
||||
}
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Is this stop lit?"
|
||||
"en": "Is this stop lit?",
|
||||
"de": "Ist die Haltestelle beleuchtet?"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -210,46 +236,53 @@
|
|||
{
|
||||
"if": "departures_board=yes",
|
||||
"then": {
|
||||
"en": "This stop has a departures board of unknown type"
|
||||
"en": "This stop has a departures board of unknown type",
|
||||
"de": "Die Haltestelle hat einen Fahrplan, der nicht näher definiert ist"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": "departures_board=realtime",
|
||||
"then": {
|
||||
"en": "This stop has a board showing realtime departure information"
|
||||
"en": "This stop has a board showing realtime departure information",
|
||||
"de": "Die Haltestelle hat einen Fahrplan, der Abfahrtszeiten in Echtzeit anzeigt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "passenger_information_display=yes",
|
||||
"then": {
|
||||
"en": "This stop has a board showing realtime departure information"
|
||||
"en": "This stop has a board showing realtime departure information",
|
||||
"de": "Die Haltestelle hat einen Fahrplan, der Abfahrtszeiten in Echtzeit anzeigt"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": "departures_board=timetable",
|
||||
"then": {
|
||||
"en": "This stop has a timetable showing regular departures"
|
||||
"en": "This stop has a timetable showing regular departures",
|
||||
"de": "Die Haltestelle hat einen Fahrplan, der die regulären Abfahrtszeiten anzeigt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "departures_board=interval",
|
||||
"then": {
|
||||
"en": "This stop has a timetable containing just the interval between departures"
|
||||
"en": "This stop has a timetable containing just the interval between departures",
|
||||
"de": "Die Haltestelle hat einen Fahrplan, der den Abstand zwischen Abfahrten anzeigt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "departures_board=no",
|
||||
"then": {
|
||||
"en": "This stop does not have a departures board"
|
||||
"en": "This stop does not have a departures board",
|
||||
"de": "Die Haltestelle hat keinen Fahrplan"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
"en": "<h3>{_contained_routes_count} routes stop at this stop</h3> <ul>{_contained_routes}</ul>"
|
||||
"en": "<h3>{_contained_routes_count} routes stop at this stop</h3> <ul>{_contained_routes}</ul>",
|
||||
"de": "<h3>{_contained_routes_count} Linien halten an der Haltestelle</h3> <ul>{_contained_routes}</ul>"
|
||||
},
|
||||
"condition": "_contained_routes~*",
|
||||
"id": "contained_routes"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"description": {
|
||||
"en": "Special builtin layer providing all walls and buildings. This layer is useful in presets for objects which can be placed against walls (e.g. AEDs, postboxes, entrances, addresses, surveillance cameras, …). This layer is invisible by default and not toggleable by the user.",
|
||||
"nl": "Speciale laag met alle muren en gebouwen. Deze laag is nuttig om objecten toe te voegen die met een muur verbonden zijn (zoals AEDs, brievenbussen, adressen, bewakingscamera's,…). Deze laag is standaard onzichtbaar en kan niet aangezet worden door de gebruiker.",
|
||||
"de": "Spezielle eingebaute Ebene, die alle Wände und Gebäude bereitstellt. Diese Ebene ist in Voreinstellungen für Objekte nützlich, die an Wänden platziert werden können (z. B. AEDs, Briefkästen, Eingänge, Adressen, Überwachungskameras, …). Diese Ebene ist standardmäßig unsichtbar und kann vom Benutzer nicht eingeschaltet werden."
|
||||
"de": "Spezielle Ebene, die alle Wände und Gebäude bereitstellt. Diese Ebene ist nützlich in Voreinstellungen für Objekte, die an Wänden platziert werden können (z. B. AEDs, Briefkästen, Eingänge, Adressen, Überwachungskameras, ...). Diese Ebene ist standardmäßig unsichtbar und kann vom Benutzer nicht umgeschaltet werden."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -65,7 +65,8 @@
|
|||
{
|
||||
"if": "_entrance:width=",
|
||||
"then": {
|
||||
"en": "This entrance has no width information"
|
||||
"en": "This entrance has no width information",
|
||||
"de": "Der Eingang hat keine Informationen zur Durchgangsbreite"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -100,7 +100,6 @@
|
|||
},
|
||||
"reviews": {
|
||||
"description": "Shows the reviews module (including the possibility to leave a review)",
|
||||
|
||||
"render": "{reviews()}"
|
||||
},
|
||||
"minimap": {
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
"pt_BR": "Bibliotecas de bicicletas",
|
||||
"pl": "Wypożyczalnie rowerów",
|
||||
"hu": "Kerékpárkönyvtárak",
|
||||
"id": "Perpustakaan sepeda"
|
||||
"id": "Perpustakaan sepeda",
|
||||
"ca": "Biblioteques de bicicletes"
|
||||
},
|
||||
"description": {
|
||||
"nl": "Een fietsbibliotheek is een plaats waar men een fiets kan lenen, vaak voor een klein bedrag per jaar. Een typisch voorbeeld zijn kinderfietsbibliotheken, waar men een fiets op maat van het kind kan lenen. Is het kind de fiets ontgroeid, dan kan het te kleine fietsje omgeruild worden voor een grotere.",
|
||||
|
@ -27,7 +28,8 @@
|
|||
"zh_Hant": "單車圖書館是指每年支付小額費用,然後可以租用單車的地方。最有名的單車圖書館案例是給小孩的,能夠讓長大的小孩用目前的單車換成比較大的單車",
|
||||
"de": "Fahrradbibliotheken sind Orte, um Fahrräder auszuleihen, oft gegen eine geringe Gebühr. Ein wichtiger Anwendungsfall sind Fahrradbibliotheken für Kinder, die es ihnen ermöglichen, auf ein größeres Fahrrad umzusteigen, wenn sie aus ihrem aktuellen Fahrrad herausgewachsen sind",
|
||||
"hu": "A kerékpárkönyvtárak olyan helyek, ahol kerékpárokat lehet kölcsönözni, gyakran egy kis éves díj ellenében. Figyelemre méltó felhasználásuk a gyerekeknek szánt kerékpárkönyvtárak, amelyek segítségével nagyobb kerékpárra válthatnak, amikor jelenlegi kerékpárjukat kinőtték",
|
||||
"nb_NO": "Et sykkelbibliotek er et sted der man kan låne sykler, ofte for en liten årlig sum. I særdeleshet finnes de for unger som lar dem bytte til en større sykkel når de har vokst fra den de har."
|
||||
"nb_NO": "Et sykkelbibliotek er et sted der man kan låne sykler, ofte for en liten årlig sum. I særdeleshet finnes de for unger som lar dem bytte til en større sykkel når de har vokst fra den de har.",
|
||||
"ca": "Una biblioteca de bicicletes és un lloc on es poden prestar bicicletes, sovint per una petita quota anual. Un cas d'ús notable són les biblioteques de bicicletes per als nens, que els permet canviar per una bicicleta més gran quan han superat la seva bicicleta actual"
|
||||
},
|
||||
"icon": "./assets/themes/bicyclelib/logo.svg",
|
||||
"startLat": 0,
|
||||
|
|
|
@ -86,7 +86,8 @@
|
|||
"nl": "Camperplaats {name}",
|
||||
"pt_BR": "Local de acampamento {name}",
|
||||
"de": "Wohnmobilstellplatz {name}",
|
||||
"id": "Tempat kemping {name}"
|
||||
"id": "Tempat kemping {name}",
|
||||
"ca": "Lloc d'acampada {name}"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -104,7 +105,8 @@
|
|||
"zh_Hant": "沒有名稱的露營地",
|
||||
"nl": "Camper site",
|
||||
"pt_BR": "Locais de acampamento sem nome",
|
||||
"de": "Unbenannter Wohnmobilstellplatz"
|
||||
"de": "Unbenannter Wohnmobilstellplatz",
|
||||
"ca": "Lloc d'acampada sense nom"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -141,7 +143,8 @@
|
|||
"id": "Tempat ini disebut {name}",
|
||||
"es": "Este lugar se llama {name}",
|
||||
"da": "Dette sted hedder {name}",
|
||||
"nb_NO": "Dette stedet heter {name}"
|
||||
"nb_NO": "Dette stedet heter {name}",
|
||||
"ca": "Aquest lloc s'anomena {name}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is this place called?",
|
||||
|
@ -156,7 +159,8 @@
|
|||
"de": "Wie heißt dieser Ort?",
|
||||
"es": "¿Cómo se llama este lugar?",
|
||||
"da": "Hvad hedder dette sted?",
|
||||
"nb_NO": "Hva heter dette stedet?"
|
||||
"nb_NO": "Hva heter dette stedet?",
|
||||
"ca": "Com es diu aquest lloc?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
|
@ -286,7 +290,8 @@
|
|||
"de": "Hat dieser Ort eine sanitäre Entsorgungsstation?",
|
||||
"id": "Apakah tempat ini memiliki tempat pembuangan sanitasi?",
|
||||
"es": "¿Este lugar tiene un vertedero sanitario?",
|
||||
"nl": "Heeft deze plaats een loosplaats?"
|
||||
"nl": "Heeft deze plaats een loosplaats?",
|
||||
"ca": "Aquest lloc té una estació d'abocament sanitari?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -306,7 +311,8 @@
|
|||
"de": "Dieser Ort hat eine sanitäre Entsorgungsstation",
|
||||
"id": "Tempat ini memiliki tempat pembuangan sanitasi",
|
||||
"es": "Este lugar tiene un vertedero sanitario",
|
||||
"nl": "Deze plaats heeft een loosplaats"
|
||||
"nl": "Deze plaats heeft een loosplaats",
|
||||
"ca": "Aquest lloc té una estació d'abocament sanitari"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -326,7 +332,8 @@
|
|||
"de": "Dieser Ort hat keine sanitäre Entsorgungsstation",
|
||||
"id": "Tempat ini tidak memiliki tempat pembuangan sampah sanitasi",
|
||||
"es": "Este lugar no tiene vertedero sanitario",
|
||||
"nl": "Deze plaats heeft geen loosplaats"
|
||||
"nl": "Deze plaats heeft geen loosplaats",
|
||||
"ca": "Aquest lloc no té una estació d'abocament sanitari"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -542,7 +549,8 @@
|
|||
"nl": "Heeft deze plaats toiletten?",
|
||||
"hu": "Van-e itt WC?",
|
||||
"da": "Har dette sted toiletter?",
|
||||
"es": "¿Este lugar tiene baños?"
|
||||
"es": "¿Este lugar tiene baños?",
|
||||
"ca": "Aquest lloc té lavabos?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -565,7 +573,8 @@
|
|||
"nl": "Deze plaats heeft toiletten",
|
||||
"hu": "Itt van WC",
|
||||
"es": "Este lugar cuenta con sanitarios",
|
||||
"da": "Dette sted har toiletter"
|
||||
"da": "Dette sted har toiletter",
|
||||
"ca": "Aquest lloc té lavabos"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -588,7 +597,8 @@
|
|||
"nl": "Deze plaats heeft geen toiletten",
|
||||
"hu": "Itt nincs WC",
|
||||
"es": "Este lugar no tiene sanitarios",
|
||||
"da": "Dette sted har ikke toiletter"
|
||||
"da": "Dette sted har ikke toiletter",
|
||||
"ca": "Aquest lloc no té lavabos"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -606,7 +616,8 @@
|
|||
"fr": "Site officiel : <a href='{website}'>{website}</a>",
|
||||
"pt_BR": "Site oficial: <a href='{website}'>{website}</a>",
|
||||
"de": "Offizielle Webseite: <a href='{website}'>{website}</a>",
|
||||
"es": "Sitio web oficial: <a href='{website}'>{website}</a>"
|
||||
"es": "Sitio web oficial: <a href='{website}'>{website}</a>",
|
||||
"ca": "Lloc web oficial: <a href='{website}'>{website}</a>"
|
||||
},
|
||||
"freeform": {
|
||||
"type": "url",
|
||||
|
@ -624,7 +635,8 @@
|
|||
"pt_BR": "Este lugar tem um website?",
|
||||
"de": "Hat dieser Ort eine Webseite?",
|
||||
"nl": "Heeft deze plaats een website?",
|
||||
"es": "¿Este lugar tiene un sitio web?"
|
||||
"es": "¿Este lugar tiene un sitio web?",
|
||||
"ca": "Aquest lloc té un lloc web?"
|
||||
},
|
||||
"id": "caravansites-website"
|
||||
},
|
||||
|
@ -642,7 +654,8 @@
|
|||
"es": "¿Este lugar ofrece huecos para alquilar a largo plazo?",
|
||||
"da": "Tilbyder dette sted pladser til langtidsleje?",
|
||||
"nl": "Kan men hier plekken huren voor langere termijn?",
|
||||
"nb_NO": "Tilbyr dette stedet plasser for langtidsleie?"
|
||||
"nb_NO": "Tilbyr dette stedet plasser for langtidsleie?",
|
||||
"ca": "Aquest lloc ofereix llocs de lloguer a llarg termini?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -704,7 +717,8 @@
|
|||
"de": "Es sind nur Plätze für Dauercamper vorhanden (wenn Sie diese Antwort auswählen, wird dieser Ort wird von der Karte verschwinden)",
|
||||
"es": "Solo es posible permanecer aquí si tienes un contrato a largo plazo (este lugar desaparecerá de este mapa si escoges esto)",
|
||||
"da": "Det er kun muligt at bo her, hvis du har en langtidskontrakt (dette sted forsvinder fra kortet, hvis du vælger dette)",
|
||||
"nl": "Hier kan je enkel verblijven met een langetermijnscontract (deze plaats zal verborgen worden van deze kaart als je dit kiest)"
|
||||
"nl": "Hier kan je enkel verblijven met een langetermijnscontract (deze plaats zal verborgen worden van deze kaart als je dit kiest)",
|
||||
"ca": "Només és possible romandre aquí si teniu un contracte a llarg termini (aquest lloc desapareixerà d'aquest mapa si trieu això)"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -826,7 +840,8 @@
|
|||
"de": "Sanitäre Entsorgungsstationen",
|
||||
"zh_Hant": "垃圾處理站",
|
||||
"id": "Tempat pembuangan sanitasi",
|
||||
"nl": "Loostplaatsen"
|
||||
"nl": "Loostplaatsen",
|
||||
"ca": "Estacions d'abocament sanitari"
|
||||
},
|
||||
"minzoom": 10,
|
||||
"source": {
|
||||
|
@ -880,7 +895,8 @@
|
|||
"de": "Sanitäre Entsorgungsstationen",
|
||||
"zh_Hant": "垃圾處理站",
|
||||
"id": "Tempat pembuangan sanitasi",
|
||||
"nl": "Loosplaatsen"
|
||||
"nl": "Loosplaatsen",
|
||||
"ca": "Estacions d'abocament sanitari"
|
||||
},
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
|
@ -953,7 +969,8 @@
|
|||
"zh_Hant": "這個地方收費 {charge}",
|
||||
"nb_NO": "Dette stedet tar {charge}",
|
||||
"nl": "Deze loosplaats rekent {charge} aan",
|
||||
"es": "Este lugar cobra {charge}"
|
||||
"es": "Este lugar cobra {charge}",
|
||||
"ca": "Aquest lloc costa {charge}"
|
||||
},
|
||||
"question": {
|
||||
"en": "How much does this place charge?",
|
||||
|
@ -965,7 +982,8 @@
|
|||
"de": "Wie hoch ist die Gebühr an diesem Ort?",
|
||||
"zh_Hant": "這個地方收費多少?",
|
||||
"nl": "Hoeveel kost het gebruik van deze loosplaats?",
|
||||
"es": "¿Cuánto cobra este lugar?"
|
||||
"es": "¿Cuánto cobra este lugar?",
|
||||
"ca": "Quant costa aquest lloc?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "charge"
|
||||
|
@ -1057,7 +1075,8 @@
|
|||
"fr": "Il est possible d’y vidanger ses eaux usées",
|
||||
"de": "Hier können Sie Brauch-/Grauwasser entsorgen",
|
||||
"zh_Hant": "你可以在這裡排放洗滌水",
|
||||
"nl": "Je kan hier grijs water lozen"
|
||||
"nl": "Je kan hier grijs water lozen",
|
||||
"ca": "Es pot desfer de les aigües grises aquí"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1141,7 +1160,8 @@
|
|||
"fr": "Qui peut utiliser le site de vidange ?",
|
||||
"de": "Wer darf diese sanitäre Entsorgungsstation nutzen?",
|
||||
"zh_Hant": "誰可以使用這個垃圾站?",
|
||||
"nl": "Wie mag deze loosplaats gebruiken?"
|
||||
"nl": "Wie mag deze loosplaats gebruiken?",
|
||||
"ca": "Qui pot utilitzar aquesta estació d'abocament?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -1174,7 +1194,8 @@
|
|||
"fr": "Le site est réservés aux clients",
|
||||
"de": "Sie müssen Kunde des Campingplatzes sein, um diesen Ort nutzen zu können",
|
||||
"zh_Hant": "你需要是露營/露營地的客戶才能使用這一地方",
|
||||
"nl": "Je moet een klant van de kampeerplaats zijn om dit te gebruiken"
|
||||
"nl": "Je moet een klant van de kampeerplaats zijn om dit te gebruiken",
|
||||
"ca": "Heu de ser client del càmping/lloc d'acampada per utilitzar aquest lloc"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1191,7 +1212,8 @@
|
|||
"fr": "Le site est en libre-service",
|
||||
"de": "Jeder darf diese sanitäre Entsorgungsstation nutzen",
|
||||
"zh_Hant": "任何人都可以使用這個衛生廢棄物站",
|
||||
"nl": "Deze loosplaats is voor iedereen toegankelijk"
|
||||
"nl": "Deze loosplaats is voor iedereen toegankelijk",
|
||||
"ca": "Qualsevol pot utilitzar aquesta estació d'abocament"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
|
@ -1209,7 +1231,8 @@
|
|||
"fr": "Le site est en libre-service",
|
||||
"de": "Jeder darf diese sanitäre Entsorgungsstation nutzen",
|
||||
"zh_Hant": "任何人都可以使用這個垃圾站",
|
||||
"nl": "Deze loosplaats is toegankelijk voor iedereen"
|
||||
"nl": "Deze loosplaats is toegankelijk voor iedereen",
|
||||
"ca": "Qualsevol pot utilitzar aquesta estació d'abocament"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -215,7 +215,8 @@
|
|||
"de": "Wer hat hier Zugang?",
|
||||
"it": "Chi può accedervi?",
|
||||
"nl": "Wie heeft hier toegang toe?",
|
||||
"es": "¿Quién puede acceder aquí?"
|
||||
"es": "¿Quién puede acceder aquí?",
|
||||
"ca": "Qui pot accedir aquí?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
"fr": "Cette carte affiche les aménagements cyclables",
|
||||
"nl": "Deze kaart toont fietssnelwegen",
|
||||
"es": "Este mapa muestra carriles bici",
|
||||
"nb_NO": "Kart som viser sykkelmotorveier"
|
||||
"nb_NO": "Kart som viser sykkelmotorveier",
|
||||
"ca": "Aquest mapa mostra carrils bici"
|
||||
},
|
||||
"version": "2021-08-23",
|
||||
"startLat": 51.1599,
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
"zh_Hant": "檢視與編輯單車相關設施的地圖。",
|
||||
"hu": "Olyan térkép, ahol a kerékpáros infrastruktúrával kapcsolatos dolgokat tekinthet meg és szerkeszthet.",
|
||||
"es": "Un mapa en el que puedes ver y editar cosas relacionadas con la infraestructura ciclista.",
|
||||
"fr": "Une carte où vous pouvez visualiser et modifier les éléments relatifs à l'infrastructure cyclable."
|
||||
"fr": "Une carte où vous pouvez visualiser et modifier les éléments relatifs à l'infrastructure cyclable.",
|
||||
"ca": "Un mapa on es poden veure i editar coses relacionades amb la infraestructura ciclista."
|
||||
},
|
||||
"description": {
|
||||
"en": "A map where you can view and edit things related to the bicycle infrastructure. Made during #osoc21.",
|
||||
|
@ -32,7 +33,8 @@
|
|||
"zh_Hant": "可以檢視與編輯單車相關設施的地圖,在 #os0c21時製作。",
|
||||
"hu": "Kerékpáros infrastruktúrával kapcsolatos dolgokat megjelenítő és szerkesztésre felkínáló térkép. Az #osoc21 (Open Summer of Code) alatt készült.",
|
||||
"fr": "Une carte montrant les aménagements cyclables et où l’on peut rajouter des informations. Réalisée durant #osoc21.",
|
||||
"es": "Un mapa en el que puedes ver y editar cosas relacionadas con la infraestructura ciclista. Hecho durante #osoc21."
|
||||
"es": "Un mapa en el que puedes ver y editar cosas relacionadas con la infraestructura ciclista. Hecho durante #osoc21.",
|
||||
"ca": "Un mapa on es poden veure i editar coses relacionades amb la infraestructura ciclista. Fet durant #osoc21."
|
||||
},
|
||||
"maintainer": "MapComplete",
|
||||
"hideFromOverview": false,
|
||||
|
|
|
@ -6,14 +6,16 @@
|
|||
"es": "Redes de Nodos Ciclistas",
|
||||
"nb_NO": "Sykkelnodenettverk",
|
||||
"nl": "Fietsknooppuntennetwerken",
|
||||
"fr": "Réseau de Nœuds Cyclistes"
|
||||
"fr": "Réseau de Nœuds Cyclistes",
|
||||
"ca": "Xarxa de nodes ciclistes"
|
||||
},
|
||||
"description": {
|
||||
"en": "This map shows cycle node networks and allows you to add new nodes easily",
|
||||
"de": "Diese Karte zeigt Knotenpunktnetzwerke für Radfahrer und erlaubt auch neue Knoten zu mappen",
|
||||
"es": "Este mapa muestra redes de nodos ciclistas y te permita añadir nodos nuevos de manera sencilla",
|
||||
"nl": "Deze kaart toont fietsknooppunten en laat je toe om eenvoudigweg nieuwe knooppunten toe te voegen",
|
||||
"fr": "Cette carte montre les réseaux de nœuds cyclistes et vous permet d'ajouter facilement de nouveaux nœuds"
|
||||
"fr": "Cette carte montre les réseaux de nœuds cyclistes et vous permet d'ajouter facilement de nouveaux nœuds",
|
||||
"ca": "Aquest mapa mostra xarxes de nodes ciclistes i et permet afegir nodes nous de manera senzilla"
|
||||
},
|
||||
"maintainer": "Sebastian Kürten",
|
||||
"icon": "./assets/themes/cyclenodes/logo.svg",
|
||||
|
@ -35,7 +37,8 @@
|
|||
"de": "Knotenpunktverbindungen",
|
||||
"es": "enlaces nodo a nodo",
|
||||
"nl": "verbindingen van node naar node",
|
||||
"fr": "liens noeud à noeud"
|
||||
"fr": "liens noeud à noeud",
|
||||
"ca": "enllaços node a node"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -85,7 +88,8 @@
|
|||
"de": "Wann wurde diese Knotenpunktverbindung zuletzt überprüft?",
|
||||
"es": "¿Cuándo se sondeó este enlace nodo a nodo por última vez?",
|
||||
"nl": "Wanneer werd deze node-naar-node verbinding het laast gesurveyed?",
|
||||
"fr": "Quand cette liaison de nœud à nœud a-t-elle été contrôlée sur le terrain pour la dernière fois ?"
|
||||
"fr": "Quand cette liaison de nœud à nœud a-t-elle été contrôlée sur le terrain pour la dernière fois ?",
|
||||
"ca": "Quan es va comprovar per última vegada aquest enllaç node a node presencialment?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This node to node link was last surveyed on {survey:date}",
|
||||
|
|
|
@ -319,7 +319,8 @@
|
|||
"it": "Questa è una strada ciclabile",
|
||||
"hu": "Ez az utca kerékpárosutca",
|
||||
"es": "Esta calle es una ciclocalle",
|
||||
"fr": "Cette rue est une rue cyclable"
|
||||
"fr": "Cette rue est une rue cyclable",
|
||||
"ca": "Aquest carrer és una ciclocarrer"
|
||||
},
|
||||
"hideInAnswer": "_country=be"
|
||||
},
|
||||
|
@ -339,7 +340,8 @@
|
|||
"it": "Diverrà tra poco una strada ciclabile",
|
||||
"hu": "Ez az utca hamarosan kerékpárosutcává válik",
|
||||
"es": "Esta calle se convertirá en una ciclocalle próximamente",
|
||||
"fr": "Cette rue sera bientôt une rue cyclable"
|
||||
"fr": "Cette rue sera bientôt une rue cyclable",
|
||||
"ca": "Aquest carrer es convertirà en un ciclocarrer pròximament"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
"de": "Eine Karte zum Anzeigen und Bearbeiten öffentlicher Trinkwasserstellen",
|
||||
"nb_NO": "Offentlig tilgjengelige drikkevannssteder",
|
||||
"hu": "Ezen a térképen a nyilvánosan hozzáférhető ivóvíznyerő helyek láthatók, szerkeszthetők és rajzolhatók fel könnyedén",
|
||||
"es": "En este mapa, se muestran los puntos de agua potable accesibles públicamente y pueden añadirse fácilmente"
|
||||
"es": "En este mapa, se muestran los puntos de agua potable accesibles públicamente y pueden añadirse fácilmente",
|
||||
"ca": "En aquest mapa es mostren els punts d'aigua potable accessibles al públic i es poden afegir fàcilment"
|
||||
},
|
||||
"maintainer": "MapComplete",
|
||||
"icon": "./assets/themes/drinking_water/logo.svg",
|
||||
|
|
|
@ -4,14 +4,16 @@
|
|||
"en": "On this map, you'll find information about all types of schools and eduction and can easily add more information",
|
||||
"nl": "Deze kaart toont info over verschillende onderwijsinstellingen zoals kleuterscholen, middelbare scholen en tertiair onderwijs.",
|
||||
"de": "Auf dieser Karte können Sie Informationen über Bildungseinrichtungen finden und hinzufügen",
|
||||
"fr": "Sur cette carte, vous trouverez des informations concernant tous les types d'écoles et d'enseignement. Vous pouvez facilement ajouter plus d'informations"
|
||||
"fr": "Sur cette carte, vous trouverez des informations concernant tous les types d'écoles et d'enseignement. Vous pouvez facilement ajouter plus d'informations",
|
||||
"ca": "En aquest mapa trobareu informació sobre tots els tipus d'escoles i educació i podreu afegir fàcilment més informació"
|
||||
},
|
||||
"title": {
|
||||
"en": "Education",
|
||||
"nl": "Onderwijs",
|
||||
"de": "Bildung",
|
||||
"fr": "Enseignement",
|
||||
"nb_NO": "Utdanning"
|
||||
"nb_NO": "Utdanning",
|
||||
"ca": "Educació"
|
||||
},
|
||||
"defaultBackgroundId": "CartoDB.Voyager",
|
||||
"maintainer": "MapComplete",
|
||||
|
|
|
@ -56,7 +56,8 @@
|
|||
"zh_Hant": "道路沒有詞源資訊",
|
||||
"hu": "Etimológiai adat nélküli utcák",
|
||||
"fr": "Route sans origine étymologique",
|
||||
"es": "Calles sin información etimológica"
|
||||
"es": "Calles sin información etimológica",
|
||||
"ca": "Carrers sense informació etimològica"
|
||||
},
|
||||
"minzoom": 18,
|
||||
"source": {
|
||||
|
@ -82,7 +83,8 @@
|
|||
"zh_Hant": "公園與森哥沒有詞源資訊",
|
||||
"hu": "Etimológiai adat nélküli parkok és erdők",
|
||||
"fr": "Parcs et forêts sans origine étymologique",
|
||||
"es": "Parques y bosques sin información etimológica"
|
||||
"es": "Parques y bosques sin información etimológica",
|
||||
"ca": "Parcs i boscos sense informació etimològica"
|
||||
},
|
||||
"minzoom": 18,
|
||||
"source": {
|
||||
|
@ -109,7 +111,8 @@
|
|||
"de": "Bildungseinrichtungen ohne Informationen zur Namensherkunft",
|
||||
"fr": "Institutions d'éducation sans origine étymologique",
|
||||
"es": "Instituciones educacionales sin información etimológica",
|
||||
"nl": "Onderwijsinstelling zonder etymologische informatie"
|
||||
"nl": "Onderwijsinstelling zonder etymologische informatie",
|
||||
"ca": "Institucions educatives sense informació d'etimològica"
|
||||
},
|
||||
"minzoom": 18,
|
||||
"source": {
|
||||
|
@ -139,7 +142,8 @@
|
|||
"de": "Kultureinrichtungen ohne Informationen zur Namensherkunft",
|
||||
"fr": "Lieux culturels sans origine étymologique",
|
||||
"es": "Lugares culturales sin información etimológica",
|
||||
"nl": "Culturele plaatsen zonder etymologische informatie"
|
||||
"nl": "Culturele plaatsen zonder etymologische informatie",
|
||||
"ca": "Llocs culturals sense informació etimològica"
|
||||
},
|
||||
"minzoom": 18,
|
||||
"source": {
|
||||
|
@ -169,7 +173,8 @@
|
|||
"de": "Touristische Einrichtungen ohne Informationen zur Namensherkunft",
|
||||
"fr": "Lieux touristiques sans origine étymologique",
|
||||
"es": "Lugares turísticos sin información etimológica",
|
||||
"nl": "Toeristische plaatsen zonder etymologische informatie"
|
||||
"nl": "Toeristische plaatsen zonder etymologische informatie",
|
||||
"ca": "Llocs turístics sense informació etimològica"
|
||||
},
|
||||
"minzoom": 18,
|
||||
"source": {
|
||||
|
@ -197,7 +202,8 @@
|
|||
"en": "Health and social places without etymology information",
|
||||
"de": "Gesundheits- und Sozialeinrichtungen ohne Informationen zur Namensherkunft",
|
||||
"fr": "Établissements sociaux ou de soins sans origine étymologique",
|
||||
"nl": "Gezondheidsinstellingen en maatschappelijke plaatsen zonder etymologische informatie"
|
||||
"nl": "Gezondheidsinstellingen en maatschappelijke plaatsen zonder etymologische informatie",
|
||||
"ca": "Llocs socials i de salut sense informació etimològica"
|
||||
},
|
||||
"minzoom": 18,
|
||||
"source": {
|
||||
|
@ -225,7 +231,8 @@
|
|||
"de": "Sporteinrichtungen ohne Informationen zur Namensherkunft",
|
||||
"fr": "Lieux sportifs sans origine étymologique",
|
||||
"es": "Lugares deportivos sin información etimológica",
|
||||
"nl": "Sportplekken zonder etymologische informatie"
|
||||
"nl": "Sportplekken zonder etymologische informatie",
|
||||
"ca": "Llocs esportius sense informació etimològica"
|
||||
},
|
||||
"minzoom": 18,
|
||||
"source": {
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"id": "governments",
|
||||
"title": {
|
||||
"en": "Governmental Offices"
|
||||
},
|
||||
"description": {
|
||||
"en": "On this map, Governmental offices are shown and can be easily added"
|
||||
},
|
||||
"maintainer": "MapComplete",
|
||||
"icon": "./assets/themes/onwheels/crest.svg",
|
||||
"version": "0",
|
||||
"startLat": 50.8465573,
|
||||
"defaultBackgroundId": "CartoDB.Voyager",
|
||||
"startLon": 4.351697,
|
||||
"startZoom": 16,
|
||||
"widenFactor": 2,
|
||||
"layers": [
|
||||
"governments"
|
||||
]
|
||||
"id": "governments",
|
||||
"title": {
|
||||
"en": "Governmental Offices"
|
||||
},
|
||||
"description": {
|
||||
"en": "On this map, Governmental offices are shown and can be easily added"
|
||||
},
|
||||
"maintainer": "MapComplete",
|
||||
"icon": "./assets/themes/onwheels/crest.svg",
|
||||
"version": "0",
|
||||
"startLat": 50.8465573,
|
||||
"defaultBackgroundId": "CartoDB.Voyager",
|
||||
"startLon": 4.351697,
|
||||
"startZoom": 16,
|
||||
"widenFactor": 2,
|
||||
"layers": [
|
||||
"governments"
|
||||
]
|
||||
}
|
|
@ -1,10 +1,14 @@
|
|||
{
|
||||
"id": "healthcare",
|
||||
"title": {
|
||||
"en": "Healthcare"
|
||||
"en": "Healthcare",
|
||||
"ca": "Assistència sanitària",
|
||||
"de": "Gesundheitswesen"
|
||||
},
|
||||
"description": {
|
||||
"en": "On this map, various healthcare related items are shown"
|
||||
"en": "On this map, various healthcare related items are shown",
|
||||
"ca": "En aquest mapa es mostren diversos elements relacionats amb la salut",
|
||||
"de": "Auf dieser Karte werden verschiedene Gesundheitseinrichtungen angezeigt"
|
||||
},
|
||||
"maintainer": "MapComplete",
|
||||
"icon": "./assets/layers/doctors/doctors.svg",
|
||||
|
|
|
@ -1,10 +1,14 @@
|
|||
{
|
||||
"id": "onwheels",
|
||||
"title": {
|
||||
"en": "OnWheels"
|
||||
"en": "OnWheels",
|
||||
"de": "Auf Rädern",
|
||||
"fr": "OnWheels"
|
||||
},
|
||||
"description": {
|
||||
"en": "On this map, publicly wheelchair accessible places are shown and can be easily added"
|
||||
"en": "On this map, publicly weelchair accessible places are shown and can be easily added",
|
||||
"de": "Auf dieser Karte werden öffentlich zugängliche Orte für Rollstuhlfahrer angezeigt und können leicht hinzugefügt werden",
|
||||
"fr": "Sur cette carte nous pouvons voir et ajouter les différents endroits publiques accessibles aux chaises roulantes"
|
||||
},
|
||||
"maintainer": "MapComplete",
|
||||
"icon": "./assets/themes/onwheels/crest.svg",
|
||||
|
@ -337,11 +341,20 @@
|
|||
{
|
||||
"if": "_poi_entrance:width=",
|
||||
"then": {
|
||||
"en": "This entrance has no width information"
|
||||
"en": "This entrance has no width information",
|
||||
"de": "Dieser Eingang hat keine Breitenangabe",
|
||||
"fr": "Cet accès n'a pas d'informations de largeur",
|
||||
"nl": "Deze ingang heeft geen informatie over de breedte"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"minzoom": "17",
|
||||
"mapRendering": [
|
||||
{
|
||||
"label": null
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"id": "rainbow_crossings",
|
||||
"title": {
|
||||
"en": "Rainbow pedestrian crossings"
|
||||
"en": "Rainbow pedestrian crossings",
|
||||
"de": "Regenbogen-Fußgängerübergänge"
|
||||
},
|
||||
"description": {
|
||||
"en": "On this map, rainbow-painted pedestrian crossings are shown and can be easily added"
|
||||
"en": "On this map, rainbow-painted pedestrian crossings are shown and can be easily added",
|
||||
"de": "Auf dieser Karte sind Fußgängerüberwege mit Regenbogenfarben eingezeichnet und können leicht hinzugefügt werden"
|
||||
},
|
||||
"maintainer": "",
|
||||
"icon": "./assets/themes/rainbow_crossings/logo.svg",
|
||||
|
|
|
@ -228,4 +228,4 @@
|
|||
"allowSplit": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -3,10 +3,12 @@
|
|||
"maintainer": "Robin van der Linde",
|
||||
"version": "20220406",
|
||||
"title": {
|
||||
"en": "Bus routes"
|
||||
"en": "Bus routes",
|
||||
"de": "Buslinien"
|
||||
},
|
||||
"description": {
|
||||
"en": "Plan your trip with the help of the public transport system."
|
||||
"en": "Plan your trip with the help of the public transport system.",
|
||||
"de": "Planen Sie Ihre Reise mit Hilfe von öffentlichen Verkehrsmitteln."
|
||||
},
|
||||
"icon": "./assets/layers/transit_stops/bus_stop.svg",
|
||||
"startZoom": 20,
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"id": "walls_and_buildings",
|
||||
"title": {
|
||||
"en": "Walls and buildings"
|
||||
"en": "Walls and buildings",
|
||||
"de": "Wände und Gebäude"
|
||||
},
|
||||
"description": {
|
||||
"en": "Special builtin layer providing all walls and buildings. This layer is useful in presets for objects which can be placed against walls (e.g. AEDs, postboxes, entrances, addresses, surveillance cameras, …). This layer is invisible by default and not toggleable by the user."
|
||||
"en": "Special builtin layer providing all walls and buildings. This layer is useful in presets for objects which can be placed against walls (e.g. AEDs, postboxes, entrances, addresses, surveillance cameras, …). This layer is invisible by default and not toggleable by the user.",
|
||||
"de": "Spezielle Ebene, die alle Wände und Gebäude bereitstellt. Diese Ebene ist nützlich in Voreinstellungen für Objekte, die an Wänden platziert werden können (z. B. AEDs, Briefkästen, Eingänge, Adressen, Überwachungskameras, ...). Diese Ebene ist standardmäßig unsichtbar und kann vom Benutzer nicht umgeschaltet werden."
|
||||
},
|
||||
"maintainer": "MapComplete",
|
||||
"icon": "./assets/layers/walls_and_buildings/walls_and_buildings.png",
|
||||
|
@ -17,5 +19,6 @@
|
|||
"layers": [
|
||||
"walls_and_buildings",
|
||||
"entrance"
|
||||
]
|
||||
],
|
||||
"hideFromOverview": true
|
||||
}
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"contributors": [
|
||||
{
|
||||
"commits": 177,
|
||||
"commits": 180,
|
||||
"contributor": "Pieter Vander Vennet"
|
||||
},
|
||||
{
|
||||
"commits": 139,
|
||||
"commits": 142,
|
||||
"contributor": "kjon"
|
||||
},
|
||||
{
|
||||
|
@ -18,11 +18,11 @@
|
|||
},
|
||||
{
|
||||
"commits": 31,
|
||||
"contributor": "Iago"
|
||||
"contributor": "Babos Gábor"
|
||||
},
|
||||
{
|
||||
"commits": 30,
|
||||
"contributor": "Babos Gábor"
|
||||
"commits": 31,
|
||||
"contributor": "Iago"
|
||||
},
|
||||
{
|
||||
"commits": 29,
|
||||
|
@ -41,12 +41,12 @@
|
|||
"contributor": "Anonymous"
|
||||
},
|
||||
{
|
||||
"commits": 19,
|
||||
"contributor": "SC"
|
||||
"commits": 20,
|
||||
"contributor": "Robin van der Linde"
|
||||
},
|
||||
{
|
||||
"commits": 18,
|
||||
"contributor": "Robin van der Linde"
|
||||
"commits": 19,
|
||||
"contributor": "SC"
|
||||
},
|
||||
{
|
||||
"commits": 18,
|
||||
|
@ -72,6 +72,10 @@
|
|||
"commits": 13,
|
||||
"contributor": "Joost"
|
||||
},
|
||||
{
|
||||
"commits": 12,
|
||||
"contributor": "paunofu"
|
||||
},
|
||||
{
|
||||
"commits": 10,
|
||||
"contributor": "Win Olario"
|
||||
|
@ -92,10 +96,6 @@
|
|||
"commits": 9,
|
||||
"contributor": "Jacque Fresco"
|
||||
},
|
||||
{
|
||||
"commits": 8,
|
||||
"contributor": "paunofu"
|
||||
},
|
||||
{
|
||||
"commits": 7,
|
||||
"contributor": "Niels Elgaard Larsen"
|
||||
|
@ -228,6 +228,10 @@
|
|||
"commits": 3,
|
||||
"contributor": "SiegbjornSitumeang"
|
||||
},
|
||||
{
|
||||
"commits": 2,
|
||||
"contributor": "Manuel Tassi"
|
||||
},
|
||||
{
|
||||
"commits": 2,
|
||||
"contributor": "liimee"
|
||||
|
@ -288,6 +292,10 @@
|
|||
"commits": 2,
|
||||
"contributor": "Leo Alcaraz"
|
||||
},
|
||||
{
|
||||
"commits": 1,
|
||||
"contributor": "Andrews Leruth"
|
||||
},
|
||||
{
|
||||
"commits": 1,
|
||||
"contributor": "Hungarian_user"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue