-
-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding name to railway platforms is inconsistent with wiki guidelines in most cases #5215
Comments
This should be considered for subway platforms too |
|
I updated the issue description with a better overview over the different public transport types and how they handle tagging of platform, stop position and station names. |
Thank you for the detailed description. Looking back at #3374 it seems to me that indeed this has been an unintended side-effect of the change. According to taginfo,
Of all
So what I will do is to
As the numbers show, about 10% of all Sounds good? |
Or actually, requiring
in e.g. whole of Germany, whole of USA, South East Asia, I didn't find a single one. So I guess this is mostly on areas for which it is much more likely that it is indeed a railway platform. |
Thanks for addressing the issue and for the implementation. I have one small possible addition: Can we also include tram stops ( |
ok, added that |
Added in 5bf14bf by westnordost |
It is possible to use a relation [type=public_transport, public_transport=stop_area, name=...] to group the elements of a bus station - like: [public_transport=platform] and [public_transport=stop_position, highway=bus_stop] If I do this and tag the name on the relation then Streetcomplete might could not ask for the name or use the name of the relation as a proposal for the individual platform name? |
Public transport relations? Not sure if I understand you correctly. You want to skip the bus-stop-name-quest if it is a member of a relation that already has a name? Hm, can you provide a link to the wiki that describes this? In any way, this should probably be a new ticket. |
The quest is being asked for tram platforms with Example for which the quest appears: https://www.openstreetmap.org/way/621942301 |
Maybe it should, maybe it shouldn't. To make a decision, we need sources and numbers:
|
I've made a quick query. 91% of
Sidenote: The data is skewed. Trams usually have their own A possible simple solution would be to exclude |
Thanks! But if 91% of these do have names, why do you want to change the quest, as it looks like common mapping practice then? |
Summary
As of now, the "What's the name of this stop?" quest (
AddBusStopName
) is asked for allpublic_transport=platform
s. Due to #3374, this also applies to railway platforms. Though railway platforms are typically part of a station and don't have a name on their own, the quest encourages adding a name anyway.Wiki on
name
for public transport stopsThe following table compares wiki guidance on how to map different types of public transport stops and their name.
public_transport=
is abbreviated aspt=
. Bus stop tagging is included for comparison.highway=bus_stop
highway=bus_stop
+pt=platform
pt=stop_position
railway=platform
+pt=platform
pt=stop_position
railway=station/halt
railway=platform
+pt=platform
+subway=yes
pt=stop_position
railway=station
+station=subway
railway=platform
+pt=platform
+tram=yes
pt=stop_position
+railway=tram_stop
For bus stops, tagging the stop name on the platform is recommended, while tagging on the stop position is optional. For railways, tagging the name on the stop position (= on the track) is recommended, while tagging on the platform is either discouraged or optional. (The subway guidance on adding name to the platform looks to me like tagging for the renderer - or editor, in this case.)
Do platforms have a name on their own?
Typically, a railway platform is part of a named station, but does not have a name on its own. While the platform might have a sign with a name, this is probably the name of the station and not the platform itself.
At least for Germany, I personally don't know of railway platforms that have a name on their own. This discussion seems to suggest this is also the case for the UK. Other countries might have conventions on how to use
name
(e.g. a combination of station name and platform number), but those seem more likedescription
to me.For bus stops, adding the station/stop name on the platform seems to be the preferred tagging scheme. This makes sense, because for bus stops, the station/stop is pretty much identical with the platform. For train stations, especially those with many platforms, this is not the case. Duplicating the station name on every platform (even if it does not have a name on its own) does not seem like a good practice in general, and is not in line with what the wiki says as well.
Current SC behaviour
SC encourages adding a
name
to railway platforms anyway. For users unfamiliar with the tagging practices and wiki details described below, it is easy to think that, for instance, a sign pointing to the name of the station on the railway platform is the proper answer for that quest, while in most cases "has no name" would be the correct answer.Examples for problematic outcomes encouraged by SC
name
on platform inconsistent withname
onstop_area
s:Found via OSMcha
Unnecessary name labels on all platforms in a station. See also changeset/138591957, which added all those names (no offense to the mapper!).
Ideas how to handle this
AddBusStopName
tohighway=bus_stop
and create a separate quest for adding name topublic_transport=stop_position
s onrailway=...
waysrailway=platform
s if the platform is a member of apublic_transport=stop_area
relation with apublic_transport=station
memberOpen questions
The text was updated successfully, but these errors were encountered: