forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
edc366149b
25 changed files with 302 additions and 182 deletions
|
@ -418,6 +418,18 @@
|
|||
}
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"deletion": {
|
||||
"extraDeleteReasons": {
|
||||
"0": {
|
||||
"explanation": "{title()} has closed down permanently"
|
||||
}
|
||||
},
|
||||
"nonDeleteMappings": {
|
||||
"0": {
|
||||
"then": "This bicycle shop used to rent out bikes but doesn't rent out bikes anymore"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Bicycle rental stations",
|
||||
"name": "Bicycle rental",
|
||||
"presets": {
|
||||
|
@ -430,7 +442,7 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"9": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "How much type_plural can be rented here? ",
|
||||
|
@ -456,6 +468,9 @@
|
|||
},
|
||||
"5": {
|
||||
"1": "bicycle panniers"
|
||||
},
|
||||
"6": {
|
||||
"1": "tandem"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -476,6 +491,9 @@
|
|||
},
|
||||
"4": {
|
||||
"then": "Bikes for childs can be rented here"
|
||||
},
|
||||
"5": {
|
||||
"then": "Tandem bicycles can be rented here"
|
||||
}
|
||||
},
|
||||
"question": "What kind of bicycles and accessories are rented here?",
|
||||
|
@ -1209,6 +1227,13 @@
|
|||
}
|
||||
},
|
||||
"cafe_pub": {
|
||||
"deletion": {
|
||||
"extraDeleteReasons": {
|
||||
"0": {
|
||||
"explanation": "{title()} has closed down permanently"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "A layer showing cafés and pubs where one can gather around a drink. The layer asks for some relevant questions",
|
||||
"filter": {
|
||||
"0": {
|
||||
|
@ -3152,6 +3177,13 @@
|
|||
}
|
||||
},
|
||||
"food": {
|
||||
"deletion": {
|
||||
"extraDeleteReasons": {
|
||||
"0": {
|
||||
"explanation": "{title()} has closed down permanently"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "A layer showing restaurants and fast-food amenities (with a special rendering for friteries)",
|
||||
"filter": {
|
||||
"0": {
|
||||
|
@ -4363,6 +4395,13 @@
|
|||
}
|
||||
},
|
||||
"shops": {
|
||||
"deletion": {
|
||||
"extraDeleteReasons": {
|
||||
"0": {
|
||||
"explanation": "{title()} has closed down permanently"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "A shop",
|
||||
"name": "Shop",
|
||||
"presets": {
|
||||
|
|
|
@ -210,8 +210,18 @@
|
|||
"render": "Espace entre deux barrières successives : {width:separation} m"
|
||||
},
|
||||
"Width of opening (cyclebarrier)": {
|
||||
"render": "Largeur de l'ouverture : {width:opening} m",
|
||||
"question": "Quelle est la largeur d'ouverture la plus petite près de la barrière ?"
|
||||
"question": "Quelle est la largeur d'ouverture la plus petite près de la barrière ?",
|
||||
"render": "Largeur de l'ouverture : {width:opening} m"
|
||||
},
|
||||
"barrier_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "C'est un plot unique sur la route"
|
||||
},
|
||||
"1": {
|
||||
"then": "C'est une barrière visant à ralentir les vélos"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bicycle=yes/no": {
|
||||
"mappings": {
|
||||
|
@ -223,16 +233,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Est-ce qu'un vélo peut franchir cette barrière ?"
|
||||
},
|
||||
"barrier_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "C'est un plot unique sur la route"
|
||||
},
|
||||
"1": {
|
||||
"then": "C'est une barrière visant à ralentir les vélos"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -248,6 +248,7 @@
|
|||
}
|
||||
},
|
||||
"bench": {
|
||||
"description": "Un banc est une surface en bois, métal, pierre... sur laquelle un humain peut s'asseoir. Cette couche permet de les visualiser et pose des questions à leur sujet.",
|
||||
"name": "Bancs",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -335,10 +336,10 @@
|
|||
},
|
||||
"title": {
|
||||
"render": "Banc"
|
||||
},
|
||||
"description": "Un banc est une surface en bois, métal, pierre... sur laquelle un humain peut s'asseoir. Cette couche permet de les visualiser et pose des questions à leur sujet."
|
||||
}
|
||||
},
|
||||
"bench_at_pt": {
|
||||
"description": "Une couche montrant tous les arrêts de transports publics qui ont un banc",
|
||||
"name": "Bancs des arrêts de transport en commun",
|
||||
"tagRenderings": {
|
||||
"bench_at_pt-bench_type": {
|
||||
|
@ -369,8 +370,7 @@
|
|||
}
|
||||
},
|
||||
"render": "Banc"
|
||||
},
|
||||
"description": "Une couche montrant tous les arrêts de transports publics qui ont un banc"
|
||||
}
|
||||
},
|
||||
"bicycle_library": {
|
||||
"description": "Un lieu où des vélos peuvent être empruntés pour un temps plus long",
|
||||
|
@ -2396,18 +2396,5 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Moulin à eau"
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"name": "Location de vélo",
|
||||
"description": "Station de location de vélo",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Un magasin avec employé(s) consacré à la location de vélos",
|
||||
"title": "magasin de location de vélos"
|
||||
},
|
||||
"1": {
|
||||
"title": "location de vélos"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -24,6 +24,15 @@
|
|||
"render": "Alamat yang diketahui"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
"name": "Peta stasiun ambulans",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Tambahkan stasiun ambulans ke peta",
|
||||
"title": "Stasiun ambulans"
|
||||
}
|
||||
}
|
||||
},
|
||||
"artwork": {
|
||||
"description": "Beragam karya seni",
|
||||
"name": "Karya seni",
|
||||
|
@ -386,14 +395,5 @@
|
|||
},
|
||||
"watermill": {
|
||||
"name": "Kincir Air"
|
||||
},
|
||||
"ambulancestation": {
|
||||
"name": "Peta stasiun ambulans",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Tambahkan stasiun ambulans ke peta",
|
||||
"title": "Stasiun ambulans"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -418,6 +418,18 @@
|
|||
}
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"deletion": {
|
||||
"extraDeleteReasons": {
|
||||
"0": {
|
||||
"explanation": "{title()} is permanent gestopt"
|
||||
}
|
||||
},
|
||||
"nonDeleteMappings": {
|
||||
"0": {
|
||||
"then": "Deze fietszaak verhuurde vroeger fietsen, maar nu niet meer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Fietsverhuustations",
|
||||
"name": "Fietsverhuur",
|
||||
"presets": {
|
||||
|
@ -430,7 +442,7 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"9": {
|
||||
"renderings": {
|
||||
"0": {
|
||||
"question": "Hoeveel type_plural kunnen hier uitgeleend worden?",
|
||||
|
@ -446,7 +458,7 @@
|
|||
"1": "elektrische fietsen"
|
||||
},
|
||||
"2": {
|
||||
"1": "Kinderfietsen"
|
||||
"1": "kinderfietsen"
|
||||
},
|
||||
"3": {
|
||||
"1": "BMX-fietsen"
|
||||
|
@ -455,7 +467,10 @@
|
|||
"1": "mountainbike"
|
||||
},
|
||||
"5": {
|
||||
"1": "Fietstassen"
|
||||
"1": "fietstassen"
|
||||
},
|
||||
"6": {
|
||||
"1": "tandem"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -476,10 +491,13 @@
|
|||
},
|
||||
"4": {
|
||||
"then": "Kinderfietsen kunnen hier gehuurd worden"
|
||||
},
|
||||
"5": {
|
||||
"then": "Tandems kunnen hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor soort fietsen en fietstoebehren worden hier verhuurd?",
|
||||
"render": "{rental} wordt hier uitgeleend"
|
||||
"render": "{rental} kunnen hier uitgeleend worden"
|
||||
},
|
||||
"bicycle_rental_type": {
|
||||
"mappings": {
|
||||
|
@ -1218,6 +1236,13 @@
|
|||
}
|
||||
},
|
||||
"cafe_pub": {
|
||||
"deletion": {
|
||||
"extraDeleteReasons": {
|
||||
"0": {
|
||||
"explanation": "{title()} is permanent gestopt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Een laag die kroegen en koffiehuizen toont waar je iets kunt drinken. De laag zal je enkele vragen stellen",
|
||||
"filter": {
|
||||
"0": {
|
||||
|
@ -3104,6 +3129,13 @@
|
|||
}
|
||||
},
|
||||
"food": {
|
||||
"deletion": {
|
||||
"extraDeleteReasons": {
|
||||
"0": {
|
||||
"explanation": "{title()} is permanent gestopt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
|
@ -4172,6 +4204,13 @@
|
|||
}
|
||||
},
|
||||
"shops": {
|
||||
"deletion": {
|
||||
"extraDeleteReasons": {
|
||||
"0": {
|
||||
"explanation": "{title()} is permanent gestopt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Een winkel",
|
||||
"name": "Winkel",
|
||||
"presets": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue