graphhopper / map-matching

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
https://www.graphhopper.com/open-source/
Apache License 2.0
785 stars 274 forks source link

Allow matching of short tracks #109

Closed hbruch closed 6 years ago

hbruch commented 6 years ago

If a track is only a few meters in length, map matching fails currently with "No edge matches found for submitted track. Too short?".

Apparantly matches currently must span at least two edges to be returned.

This PR allows the matching of short tracks.

karussell commented 6 years ago

Thanks! Would you mind to send us a signed CLA via email? Also feel free to add yourself as a contributor in the contributors file and optionally verify your commit.