Skip to content

Commit

Permalink
Add stairs tactile paving question (#190)
Browse files Browse the repository at this point in the history
* Add stairs tactile paving questions

* Add images

---------

Co-authored-by: René Apitzsch <[email protected]>
  • Loading branch information
wielandb and 7h30n3 authored Jul 24, 2023
1 parent 5e4b31a commit f798d07
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions assets/datasets/question_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2426,6 +2426,55 @@
}
]
},
{
"question": {
"name": "Bodenindikatoren",
"text": "Gibt es an dieser Treppe Bodenindikatoren?",
"description": "Bodenindikatoren dienen vor allem Sehbehinderten als Warnung vor Gefahren durch Treppen."
},
"answer": {
"type": "List",
"input": [
{
"name": "Ja, oben und unten",
"image": "assets/images/questions/steps_tactile_paving_yes.jpg",
"osm_tags": {
"tactile_paving": "yes"
}
},
{
"name": "Nur oben",
"image": "assets/images/questions/steps_tactile_paving_partial.jpg",
"osm_tags": {
"tactile_paving": "partial"
}
},
{
"name": "Nur unten",
"image": "assets/images/questions/steps_tactile_paving_incorrect.jpg",
"osm_tags": {
"tactile_paving": "incorrect"
}
},
{
"name": "Nein",
"image": "assets/images/questions/steps_tactile_paving_no.jpg",
"osm_tags": {
"tactile_paving": "no"
}
}
]
},
"conditions": [
{
"osm_tags": {
"highway": "steps",
"tactile_paving": false
},
"osm_element": "OpenWay"
}
]
},
{
"question": {
"name": "Handlauf-Blindenschrift",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f798d07

Please sign in to comment.