dabreegster / route_snapper

Draw routes in MapLibre snapped to a street network using client-side routing
https://dabreegster.github.io/route_snapper
Apache License 2.0
147 stars 9 forks source link

Include road names in the graph, and auto-populate a route name. #39

Closed dabreegster closed 1 year ago

dabreegster commented 1 year ago

This is a breaking change to the binary graph format

This increases the size of the binary graph file and the time to load it. With gzipping, the change isn't substantial, and it's worth it for the use case in the main tool using this library. If any other users feel otherwise, I can introduce build flags to make it optional.