Simplify bus stop requirements#125
Open
Dimitar5555 wants to merge 1 commit into
Open
Conversation
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
Contributor
Author
|
I haven't tested it, but it should allow to add way/1167144464 to relation/19696446. |
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.
|
|
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? |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Look for
public_transport=platform+ (nameorref) andpublic_transport=stop_position+ (nameorref) and drophighway=bus_stopandhighway=platformrequirementsResolves #65