Skip to content

Commit

Permalink
Add lit question (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Thomas <[email protected]>
  • Loading branch information
wielandb and Robbendebiene committed Jul 20, 2023
1 parent 72e95b2 commit 8fb9444
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions assets/datasets/question_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1756,6 +1756,42 @@
}
]
},
{
"question": {
"name": "Haltestellen-Beleuchtung",
"text": "Ist diese Haltestelle nachts beleuchtet?",
"description": "Die Haltestelle muss keine eigene Beleuchtung besitzen. Es reicht, wenn sie durch umgebende Lampen ausreichend beleuchtet wird."
},
"answer": {
"type": "Bool",
"input": [
{
"osm_tags": {
"lit": "yes"
}
},
{
"osm_tags": {
"lit": "no"
}
}
]
},
"conditions": [
{
"osm_tags": {
"public_transport": "platform",
"lit": false
},
"osm_element": [
"Node",
"OpenWay",
"ClosedWay",
"Relation"
]
}
]
},
{
"question": {
"id": 2070,
Expand Down

0 comments on commit 8fb9444

Please sign in to comment.