Skip to content

Commit

Permalink
Add additional condition for announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbendebiene authored Jun 27, 2023
1 parent 775f923 commit b15b2bb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions assets/datasets/question_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,19 @@
}
}
]
},
{
"osm_element": [
"ClosedWay",
"Relation"
],
"osm_tags": {
"public_transport": "platform",
"railway": "platform",
"bus": [false, "no"],
"tram": [false, "no"],
"announcement": false
}
}
]
},
Expand Down

0 comments on commit b15b2bb

Please sign in to comment.