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