forked from MapComplete/MapComplete
Zebra crossing
This commit is contained in:
parent
c101bdeceb
commit
2f82afc5e5
3 changed files with 55 additions and 10 deletions
|
@ -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?",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue