forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
0162d52b68
127 changed files with 6609 additions and 15167 deletions
|
@ -690,6 +690,122 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"name": "Crossings",
|
||||
"description": "Crossings for pedestrians and cyclists",
|
||||
"title": {
|
||||
"render": "Crossing",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Traffic signal"
|
||||
},
|
||||
"1": {
|
||||
"then": "Crossing with traffic signals"
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Crossing",
|
||||
"description": "Crossing for pedestrians and/or cyclists"
|
||||
},
|
||||
"1": {
|
||||
"title": "Traffic signal",
|
||||
"description": "Traffic signal on a road"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "What kind of crossing is this?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Crossing, without traffic lights"
|
||||
},
|
||||
"1": {
|
||||
"then": "Crossing with traffic signals"
|
||||
},
|
||||
"2": {
|
||||
"then": "Zebra crossing"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "Is this crossing also for bicycles?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A cyclist can use this crossing"
|
||||
},
|
||||
"1": {
|
||||
"then": "A cyclist can not use this crossing"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "Does this crossing have an island in the middle?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This crossing has an island in the middle"
|
||||
},
|
||||
"1": {
|
||||
"then": "This crossing does not have an island in the middle"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"question": "Does this crossing have tactile paving?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This crossing has tactile paving"
|
||||
},
|
||||
"1": {
|
||||
"then": "This crossing does not have tactile paving"
|
||||
},
|
||||
"2": {
|
||||
"then": "This crossing has tactile paving, but is not correct"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"question": "Does this traffic light have a button to request green light?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This traffic light has a button to request green light"
|
||||
},
|
||||
"1": {
|
||||
"then": "This traffic light does not have a button to request green light"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"question": "Can a cyclist turn right when the light is red?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A cyclist can turn right if the light is red <img src='./assets/layers/crossings/Belgian_road_sign_B22.svg' style='height: 3em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "A cyclist can turn right if the light is red"
|
||||
},
|
||||
"2": {
|
||||
"then": "A cyclist can not turn right if the light is red"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"question": "Can a cyclist go straight on when the light is red?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A cyclist can go straight on if the light is red <img src='./assets/layers/crossings/Belgian_road_sign_B23.svg' style='height: 3em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "A cyclist can go straight on if the light is red"
|
||||
},
|
||||
"2": {
|
||||
"then": "A cyclist can not go straight on if the light is red"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
"name": "Defibrillators",
|
||||
"title": {
|
||||
|
|
|
@ -772,6 +772,122 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"name": "Oversteekplaatsen",
|
||||
"description": "Oversteekplaatsen voor voetgangers en fietsers",
|
||||
"title": {
|
||||
"render": "Oversteekplaats",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Verkeerslicht"
|
||||
},
|
||||
"1": {
|
||||
"then": "Oversteektplaats met verkeerslichten"
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Oversteekplaats",
|
||||
"description": "Oversteekplaats voor voetgangers en/of fietsers"
|
||||
},
|
||||
"1": {
|
||||
"title": "Verkeerslicht",
|
||||
"description": "Verkeerslicht op een weg"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "Wat voor oversteekplaats is dit?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Oversteekplaats, zonder verkeerslichten"
|
||||
},
|
||||
"1": {
|
||||
"then": "Oversteekplaats met verkeerslichten"
|
||||
},
|
||||
"2": {
|
||||
"then": "Zebrapad"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "Is deze oversteekplaats ook voor fietsers",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Een fietser kan deze oversteekplaats gebruiken"
|
||||
},
|
||||
"1": {
|
||||
"then": "Een fietser kan niet deze oversteekplaats gebruiken"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "Heeft deze oversteekplaats een verkeerseiland in het midden?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze oversteekplaats heeft een verkeerseiland in het midden"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze oversteekplaats heeft niet een verkeerseiland in het midden"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"question": "Heeft deze oversteekplaats een geleidelijn?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze oversteekplaats heeft een geleidelijn"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze oversteekplaats heeft niet een geleidelijn"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze oversteekplaats heeft een geleidelijn, die incorrect is."
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"question": "Heeft dit verkeerslicht een knop voor groen licht?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit verkeerslicht heeft een knop voor groen licht"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit verkeerlicht heeft niet een knop voor groen licht"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"question": "Mag een fietser rechtsaf slaan als het licht rood is?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Een fietser mag wel rechtsaf slaan als het licht rood is <img src='./assets/layers/crossings/Belgian_road_sign_B22.svg' style='height: 3em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Een fietser mag wel rechtsaf slaan als het licht rood is"
|
||||
},
|
||||
"2": {
|
||||
"then": "Een fietser mag niet rechtsaf slaan als het licht rood is"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"question": "Mag een fietser rechtdoor gaan als het licht rood is?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Een fietser mag wel rechtdoor gaan als het licht rood is <img src='./assets/layers/crossings/Belgian_road_sign_B23.svg' style='height: 3em'>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Een fietser mag wel rechtdoor gaan als het licht rood is"
|
||||
},
|
||||
"2": {
|
||||
"then": "Een fietser mag niet rechtdoor gaan als het licht rood is"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
"name": "Defibrillatoren",
|
||||
"title": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue