forked from MapComplete/MapComplete
Merge branch 'develop' into project/natuurpunt
This commit is contained in:
commit
9345c6ce75
6 changed files with 200 additions and 22 deletions
|
@ -741,6 +741,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": {
|
||||
|
@ -751,7 +762,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"3": {
|
||||
"question": "Does this crossing have an island in the middle?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -762,7 +773,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"4": {
|
||||
"question": "Does this crossing have tactile paving?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -776,7 +787,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"5": {
|
||||
"question": "Does this traffic light have a button to request green light?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -787,7 +798,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"6": {
|
||||
"question": "Can a cyclist turn right when the light is red?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -801,7 +812,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"7": {
|
||||
"question": "Can a cyclist go straight on when the light is red?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -831,6 +831,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": {
|
||||
|
@ -841,7 +852,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"3": {
|
||||
"question": "Heeft deze oversteekplaats een verkeerseiland in het midden?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -852,7 +863,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"4": {
|
||||
"question": "Heeft deze oversteekplaats een geleidelijn?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -866,7 +877,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"5": {
|
||||
"question": "Heeft dit verkeerslicht een knop voor groen licht?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -877,7 +888,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"6": {
|
||||
"question": "Mag een fietser rechtsaf slaan als het licht rood is?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -891,7 +902,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"7": {
|
||||
"question": "Mag een fietser rechtdoor gaan als het licht rood is?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue