perliedman / geojson-path-finder

Find shortest path through a network of GeoJSON
https://www.liedman.net/geojson-path-finder/
ISC License
301 stars 87 forks source link

Store non-snapped coordinates #6

Closed perliedman closed 7 years ago

perliedman commented 7 years ago

Currently, the route network is stored with all coordinates snapped to the current precision. This works bad for presentation, and if possible the original coordinates should be returned in response to routing requests.