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

Add a page to easily create graph files from OSM data #37

Closed dabreegster closed 1 year ago

dabreegster commented 1 year ago

Closes #28

Just draw a polygon (size limited by Overpass / your connection / CPU speed), download the file:

https://github.com/dabreegster/route_snapper/assets/1664407/a0e7b440-aadb-4428-af8f-2826c16e4b8b

Then load the file to try it out:

https://github.com/dabreegster/route_snapper/assets/1664407/8f4651be-eee7-49db-a9e2-7f1d922132f0

This is very handy for people to get started with the tool without needing to build anything locally. And it would've made debugging https://github.com/acteng/atip/issues/255 much faster, to clip the buggy area.