We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This new analyser raise may false positive
EG https://www.openstreetmap.org/relation/2422779 Only two stops, the first is good, the last raise an issue http://osmose.openstreetmap.fr/fr/error/65d681fc-ac08-4609-b04f-eb9b11f9a3d6
The text was updated successfully, but these errors were encountered:
I think it's because the offset (ST_OffsetCurve) is not applied any more: https://github.com/osm-fr/osmose-backend/pull/1254/files#diff-d73bbaa10a217bc33339087e3143f8337f95ca9e0bfcdccf87f022644eabd708R478 (and 490)
ST_OffsetCurve
The offset reverses the linestring which is why we have to order desc when computing the order of the projected stop.
Sorry, something went wrong.
Reverse order in analyser_osmosis_relation_public_transport osm-fr#1262
b452ecb
fix order in public transport analysis
be97744
put back the offset (to make sure the projection on the the ways is ok even if the same way is used multiple times in the relation) Fix osm-fr#1262
nlehuby
Successfully merging a pull request may close this issue.
This new analyser raise may false positive
EG https://www.openstreetmap.org/relation/2422779
Only two stops, the first is good, the last raise an issue
http://osmose.openstreetmap.fr/fr/error/65d681fc-ac08-4609-b04f-eb9b11f9a3d6
The text was updated successfully, but these errors were encountered: