-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hello
In commit 11ee18a rendering of public_transport = stop_position & bus = yes was removed. This led me to read some of the doc about public transport. And I came to the conclusion that with the named commit we will miss some bus stations (and also not render the stop).
The Problem:
highway = bus_stopis (now) used together withpublic_transport = platformwhen there is no real platform but only a sign on the street.- But
public_transport = platformandhighway = platformare not supported, which are used to indicate bus stops with real platform.
So when we remove public_transport = stop_position and there is no real platform we neither render:
- the place where people are waiting (because
public_transport = platformis not supported) - the place the bus stops is rendered (because
public_transport = stop_position & bus = yeswas removed)
At this point it might be helpful to have a look at the table.
Possible Solution:
- add
public_transport = stop_position & bus = yesback. - and support
public_transport = platformorhighway = platform
We should do both (I think) because the doc says, that in some countries not both (stop and station) are mapped. Btw: I did not check if trams are rendered correctly.
I hope I am not mistaken but tagging is (as in this case) complex :-) Thanks for your work 👍
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels