Skip to content
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

False positive "Stop_position is not part of a way" for monorail stops #42

Open
claudiush opened this issue Nov 26, 2021 · 0 comments
Open

Comments

@claudiush
Copy link

What steps will reproduce the problem?

  • Load the monorail route relation ​4568069 (This contains stop positions tagged as public_transport=stop_position + monorail=yes on track tagged as railway=monorail)
  • Run JOSM Validator on that data

What is the expected result?

No public transport warnings to be flagged for this data

What happens instead?

"PT: Stop_position is not part of a way" error flagged for a bunch of these stop positions

This actually seems to be caused by the PT Assistant validation and the fact that "monorail" (as in ways tagged as railway=monorail) is not an accepted value for the isWaySuitableForPublicTransport() function:

String[] acceptedRailwayTags = new String[] {"tram", "subway", "light_rail", "rail" };

See also original report at JOSM bugtracker: https://josm.openstreetmap.de/ticket/18034

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

No branches or pull requests

1 participant