bikehopper / bikehopper-ui

Friendly bike+transit directions (frontend)
Other
27 stars 2 forks source link

Fix bug where geolocation clobbers start point #357

Closed graue closed 6 months ago

graue commented 6 months ago

Fixes a bug where

  1. You select a destination by right-click/long-press on map
  2. Geolocating you takes a long time
  3. In the meantime, you enter a manual start location

-> the eventual geolocated location would clobber the manual start location.

I thought I'd already fixed this, and I had, but not for the choose-on-map case.