-
Notifications
You must be signed in to change notification settings - Fork 10
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
Find motorway_link with missing oneway tags #116
Comments
@planemad can you check on the detection http://osmlab.github.io/to-fix/#/stats/missingonewaysmotorwaylink |
@Rub21 looking fantastic! Most of the incorrect detections are two way links connected to other one way links. These can be dropped. False positives - Not an error
|
@planemad I've fixed the code to avoid false positive, could you check http://osmlab.github.io/to-fix/#/task/missingonewaysmotorwaylink ? |
@planemad ^^ |
@Rub21 sorry, missed this. Results look excellent, error rate is 1 in 10. False positives: I think the task is ready to hit, if you can fix ^ even better. |
@planemad ^^ |
@planemad still missing a master ticket to start working on this task - http://osmlab.github.io/to-fix/#/task/missingonewaysmotorwaylink, can you create it.? |
@planemad I've already created the master ticket, could you check out it? |
done! |
The recent OSRM update Project-OSRM/osrm-backend#2491 does not automatically consider every motorway_link as oneway anymore.
Motorway links with missing
oneway
tags in OSM may now create incorrect routes. We need a linter to detect such links so that mappers can add theoneway=yes
if required.Sketch
highway=motorway_link
withoutoneway
taghighway=motorway
with aoneway
, it might also be aoneway
We can load these into to-fix for later review.
cc @Rub21
The text was updated successfully, but these errors were encountered: