This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

public transport platform not shown on a place

1

How can a bus platform be shown (on a place)? I guessed that at least the border line of the platform would be visible, but nothing can be seen. Should I do the tagging different?
One of my platforms is www.openstreetmap.org/way/951470608, the others are near by.

Maybe the problem is that the platform is on a waiting area. (So the public transport platform is on a public transport platform.) The whole place is used as a bus terminal, but next to the elevated platforms is where the bus (most likely) holds.

asked 22 Jun '21, 13:09

Simo_He's gravatar image

Simo_He
26113
accept rate: 0%


One Answer:

1

"Why a particular map does not not show something" is a question for that map. The relevant discussion for the "standard" map is at https://github.com/gravitystorm/openstreetmap-carto/issues/435 .

In this case the answer seems to be "because that map style chose not to show it". A separate issue (specifically with regard to areas) was marked as a duplicate - maybe you could make a case that areas are a special case and should be shown in some way, whereas a "public_transport=platform" that simply duplicates a "highway=bus_stop" doesn't really add any value.

answered 22 Jun '21, 13:31

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

edited 29 Jun '21, 13:32

1

I see, it definitely has to do with this.

But before I ask to adapt rendering, I prefer to check my tagging. Did I do it in a good way? My intention is to show the area which is elevated. And still keep the existing "bus station", which is the whole place where the buses stop.

The view of https://www.openstreetmap.org/way/155067852 would be desired. I found this by looking for the place shown for "amenity: bus_station" on https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbus_station

So possible adaptions of the tags:

  • whole place: set "amenity: bus_station" and change "public_transport: " to "platform"
    There is also a node with "amenity: bus_station". Should it be kept?
  • passenger platform: add "highway: platform" (which is as recommended on https://wiki.openstreetmap.org/wiki/Public_transport#Buses , but I missed it because the editior did not set it automatically)
(29 Jun '21, 13:30) Simo_He

I did the adaptions (on the place and the platforms), and it is visible now (see https://www.openstreetmap.org/way/951470608 now). (The changes are in https://www.openstreetmap.org/changeset/107148951)

(26 Aug '21, 10:28) Simo_He

Source code available on GitHub .