Zebra crossing

This commit is contained in:
Robin van der Linde 2021-07-27 15:54:49 +02:00
parent c101bdeceb
commit 2f82afc5e5
3 changed files with 55 additions and 10 deletions

View file

@ -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": { "question": {
"en": "Is this crossing also for bicycles?", "en": "Is this crossing also for bicycles?",

View file

@ -730,6 +730,17 @@
} }
}, },
"1": { "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?", "question": "Is this crossing also for bicycles?",
"mappings": { "mappings": {
"0": { "0": {
@ -740,7 +751,7 @@
} }
} }
}, },
"2": { "3": {
"question": "Does this crossing have an island in the middle?", "question": "Does this crossing have an island in the middle?",
"mappings": { "mappings": {
"0": { "0": {
@ -751,7 +762,7 @@
} }
} }
}, },
"3": { "4": {
"question": "Does this crossing have tactile paving?", "question": "Does this crossing have tactile paving?",
"mappings": { "mappings": {
"0": { "0": {
@ -765,7 +776,7 @@
} }
} }
}, },
"4": { "5": {
"question": "Does this traffic light have a button to request green light?", "question": "Does this traffic light have a button to request green light?",
"mappings": { "mappings": {
"0": { "0": {
@ -776,7 +787,7 @@
} }
} }
}, },
"5": { "6": {
"question": "Can a cyclist turn right when the light is red?", "question": "Can a cyclist turn right when the light is red?",
"mappings": { "mappings": {
"0": { "0": {
@ -790,7 +801,7 @@
} }
} }
}, },
"6": { "7": {
"question": "Can a cyclist go straight on when the light is red?", "question": "Can a cyclist go straight on when the light is red?",
"mappings": { "mappings": {
"0": { "0": {

View file

@ -812,6 +812,17 @@
} }
}, },
"1": { "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", "question": "Is deze oversteekplaats ook voor fietsers",
"mappings": { "mappings": {
"0": { "0": {
@ -822,7 +833,7 @@
} }
} }
}, },
"2": { "3": {
"question": "Heeft deze oversteekplaats een verkeerseiland in het midden?", "question": "Heeft deze oversteekplaats een verkeerseiland in het midden?",
"mappings": { "mappings": {
"0": { "0": {
@ -833,7 +844,7 @@
} }
} }
}, },
"3": { "4": {
"question": "Heeft deze oversteekplaats een geleidelijn?", "question": "Heeft deze oversteekplaats een geleidelijn?",
"mappings": { "mappings": {
"0": { "0": {
@ -847,7 +858,7 @@
} }
} }
}, },
"4": { "5": {
"question": "Heeft dit verkeerslicht een knop voor groen licht?", "question": "Heeft dit verkeerslicht een knop voor groen licht?",
"mappings": { "mappings": {
"0": { "0": {
@ -858,7 +869,7 @@
} }
} }
}, },
"5": { "6": {
"question": "Mag een fietser rechtsaf slaan als het licht rood is?", "question": "Mag een fietser rechtsaf slaan als het licht rood is?",
"mappings": { "mappings": {
"0": { "0": {
@ -872,7 +883,7 @@
} }
} }
}, },
"6": { "7": {
"question": "Mag een fietser rechtdoor gaan als het licht rood is?", "question": "Mag een fietser rechtdoor gaan als het licht rood is?",
"mappings": { "mappings": {
"0": { "0": {