diff --git a/assets/layers/crossings/crossings.json b/assets/layers/crossings/crossings.json index ebbc91014..0dcfc9aa1 100644 --- a/assets/layers/crossings/crossings.json +++ b/assets/layers/crossings/crossings.json @@ -114,6 +114,29 @@ } ] }, + { + "question": { + "en": "Is this is a zebra crossing?", + "nl": "Is dit een zebrapad?" + }, + "condition": "crossing=uncontrolled", + "mappings": [ + { + "if": "crossing_ref=zebra", + "then": { + "en": "This is a zebra crossing", + "nl": "Dit is een zebrapad" + } + }, + { + "if": "crossing_ref=", + "then": { + "en": "This is not a zebra crossing", + "nl": "Dit is niet een zebrapad" + } + } + ] + }, { "question": { "en": "Is this crossing also for bicycles?", diff --git a/langs/layers/en.json b/langs/layers/en.json index 85057448c..cff86acc9 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -730,6 +730,17 @@ } }, "1": { + "question": "Is this is a zebra crossing?", + "mappings": { + "0": { + "then": "This is a zebra crossing" + }, + "1": { + "then": "This is not a zebra crossing" + } + } + }, + "2": { "question": "Is this crossing also for bicycles?", "mappings": { "0": { @@ -740,7 +751,7 @@ } } }, - "2": { + "3": { "question": "Does this crossing have an island in the middle?", "mappings": { "0": { @@ -751,7 +762,7 @@ } } }, - "3": { + "4": { "question": "Does this crossing have tactile paving?", "mappings": { "0": { @@ -765,7 +776,7 @@ } } }, - "4": { + "5": { "question": "Does this traffic light have a button to request green light?", "mappings": { "0": { @@ -776,7 +787,7 @@ } } }, - "5": { + "6": { "question": "Can a cyclist turn right when the light is red?", "mappings": { "0": { @@ -790,7 +801,7 @@ } } }, - "6": { + "7": { "question": "Can a cyclist go straight on when the light is red?", "mappings": { "0": { diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 00d687866..461004130 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -812,6 +812,17 @@ } }, "1": { + "question": "Is dit een zebrapad?", + "mappings": { + "0": { + "then": "Dit is een zebrapad" + }, + "1": { + "then": "Dit is niet een zebrapad" + } + } + }, + "2": { "question": "Is deze oversteekplaats ook voor fietsers", "mappings": { "0": { @@ -822,7 +833,7 @@ } } }, - "2": { + "3": { "question": "Heeft deze oversteekplaats een verkeerseiland in het midden?", "mappings": { "0": { @@ -833,7 +844,7 @@ } } }, - "3": { + "4": { "question": "Heeft deze oversteekplaats een geleidelijn?", "mappings": { "0": { @@ -847,7 +858,7 @@ } } }, - "4": { + "5": { "question": "Heeft dit verkeerslicht een knop voor groen licht?", "mappings": { "0": { @@ -858,7 +869,7 @@ } } }, - "5": { + "6": { "question": "Mag een fietser rechtsaf slaan als het licht rood is?", "mappings": { "0": { @@ -872,7 +883,7 @@ } } }, - "6": { + "7": { "question": "Mag een fietser rechtdoor gaan als het licht rood is?", "mappings": { "0": {