Skip to content

Not all bus stations are rendered #29

@googol42

Description

@googol42

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:

  1. highway = bus_stop is (now) used together with public_transport = platform when there is no real platform but only a sign on the street.
  2. But public_transport = platform and highway = platform are 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 = platform is not supported)
  • the place the bus stops is rendered (because public_transport = stop_position & bus = yes was removed)

At this point it might be helpful to have a look at the table.

Possible Solution:

  • add public_transport = stop_position & bus = yes back.
  • and support public_transport = platform or highway = 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 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions