Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tactile_paving on crossing questions #194

Merged
merged 12 commits into from
Aug 9, 2023
42 changes: 42 additions & 0 deletions assets/datasets/question_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2844,6 +2844,48 @@
}
]
},
{
"question": {
"name": "Übergang-Bodenindikatoren",
"text": "Gibt es Bodenindikatoren an beiden Seiten dieses Übergangs?",
"description": "Bodenindikatoren dienen vor allem Sehbehinderten als Warnung vor abgesenkten Bordsteinen oder Straßenüberquerungen und verhindern so ein unbewusstes Betreten der Fahrbahn.",
"image": [
"assets/images/questions/crossing_tram.jpg",
"assets/images/questions/crossing_rail.jpg"
]
},
"answer": {
"type": "Bool",
"input": [
{
"osm_tags": {
"tactile_paving": "yes"
}
},
{
"osm_tags": {
"tactile_paving": "no"
}
}
]
},
"conditions": [
{
"osm_tags": {
"railway": ["tram_crossing", "crossing"],
"tactile_paving": false
},
"osm_element": "Node"
},
{
"osm_tags": {
"highway": "crossing",
"tactile_paving": false
},
"osm_element": "Node"
}
]
},
{
"question": {
"name": "Verkehrsmittel",
Expand Down
Binary file added assets/images/questions/crossing_rail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/questions/crossing_tram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading