headwaymaps / headway

Self-hostable maps stack, powered by OpenStreetMap.
https://about.maps.earth
Apache License 2.0
2.57k stars 60 forks source link

Rich directions experience for non-multimodal #121

Open ellenhp opened 2 years ago

ellenhp commented 2 years ago
kresp0 commented 2 years ago
kresp0 commented 2 years ago
ellenhp commented 2 years ago
  • Allow drag the origin and destination markers. Nicer if the route is recalculated in near real-time while the user is dragging it, like in Gmaps.
  • Allow the user to add intermediate points.
  • Allow the user to drag the polyline to change the route.

I think these are out of scope for the 0.1 release I have planned, but I'm going to make a new issue to track them because they're things I want to add for parity with other web maps clients.

ellenhp commented 2 years ago
  • Zoom in and center to the results showing all the alternate polylines when the results are presented. And when the user selects a particular polyline, zoom and center on that particular one.

This seems to work correctly on my dev server but only works sometimes on maps.earth. I'll try and figure it out soon.