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

GPS-Precise start end endpoints instead of full edge to towerNode #50

Closed MK-42 closed 6 years ago

MK-42 commented 8 years ago

see https://discuss.graphhopper.com/t/gps-precise-start-end-endpoints-for-mapmatching/720

It should be possible to get the correct geometry for the start and end virtual Edge. As the virtualEdges must not leave the internal management, we have to return the geometry itself.

See PR #51

michaz commented 6 years ago

Fixed in e380cef