Skip to content

Commit

Permalink
ask names for railway halts and stations, only ask for platforms if t…
Browse files Browse the repository at this point in the history
…hey are for buses (fixes #5215)
  • Loading branch information
westnordost committed Aug 30, 2023
1 parent 90f8019 commit 60e9338
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ class AddBusStopName : OsmFilterQuestType<BusStopNameAnswer>() {
override val elementFilter = """
nodes, ways, relations with
(
public_transport = platform
public_transport = platform and bus = yes
or (highway = bus_stop and public_transport != stop_position)
or railway = halt
or railway = station
)
and !name and noname != yes and name:signed != no
"""
Expand Down

0 comments on commit 60e9338

Please sign in to comment.