Skip to content

Simplify bus stop requirements#125

Open
Dimitar5555 wants to merge 1 commit into
Zaczero:mainfrom
Dimitar5555:patch-1
Open

Simplify bus stop requirements#125
Dimitar5555 wants to merge 1 commit into
Zaczero:mainfrom
Dimitar5555:patch-1

Conversation

@Dimitar5555
Copy link
Copy Markdown
Contributor

@Dimitar5555 Dimitar5555 commented May 20, 2026

Look for public_transport=platform + (name or ref) and public_transport=stop_position + (name or ref) and drop highway=bus_stop and highway=platform requirements

Resolves #65

Look for `public_transport=platform` + (`name` or `ref`) and `public_transport=stop_position` + (`name` or `ref`) and drop `highway=bus_stop` and `highway=platform` requirements
@Dimitar5555
Copy link
Copy Markdown
Contributor Author

I haven't tested it, but it should allow to add way/1167144464 to relation/19696446.

@Dimitar5555
Copy link
Copy Markdown
Contributor Author

Finally managed to setup Relatify locally and it is working after a lot of tinkering!

This PR is working as expected. I've even managed to update the route - https://www.openstreetmap.org/changeset/183151410.

image

@Dwarf-Nebula
Copy link
Copy Markdown

Shouldn't it look at [bus=yes] (or another modality) as well? For instance, what happens with this changed code at this place: https://www.openstreetmap.org/#map=19/52.084908/5.174059

Are the bus and light_rail stop both shown, or only the bus stop?

@Dimitar5555
Copy link
Copy Markdown
Contributor Author

It does look at bus=yes and only the bus stops are shown.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

public_transport=platform without highway=bus_stop are ignored

2 participants