Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Suggestion: More precision #2

Closed
Alby1987 opened this issue Dec 15, 2014 · 2 comments
Closed

Suggestion: More precision #2

Alby1987 opened this issue Dec 15, 2014 · 2 comments

Comments

@Alby1987
Copy link

During the matching algorithm, the software can do an extra check to remove spurious errors. The program may check the edge of the point, and check one (two-customizable) points backwards and one (two-customizable) points forwards to see if their edge is in a street that's on the same class. If the point before (x-1) and after (x+1) are on a highway, and x is not on a motorway, you can do an extra check if the point is near a motorway, and ignore it if it so. Could this be a right idea?

@karussell
Copy link
Member

This should be taken care automatically from the used algorithm based on a simple routing. Also the tag information is currently not available after import (but this is rather easy to fix)

@karussell
Copy link
Member

I'll close this for now, as currently there are no real world examples which make the map-matching failing for this scenario. Please reopen if you encounter such issues!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants