Skip to content

Fix for selected waypoint after new search without selecting - #426

Open
M393 wants to merge 1 commit into
valhalla:masterfrom
M393:fix-selected-waypoint-after-search-without-selecting
Open

Fix for selected waypoint after new search without selecting#426
M393 wants to merge 1 commit into
valhalla:masterfrom
M393:fix-selected-waypoint-after-search-without-selecting

Conversation

@M393

@M393 M393 commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

👨‍💻 Changes proposed

The waypoint only held a list of candidate results, on select one of those was marked as selected. If a new search is being done the list was replaced, which caused the waypoint to disappear from the url and map, but not in the select input.

Now each waypoint holds a selectedAddress property, separate from the list of results.

📷 Screenshots

image

The waypoint only held a list of candidate results, on select one of
those was marked as selected. If a new search is being done the list
was replaced, which caused the waypoint to disappear from the url
and map, but not in the select input.

Now each waypoint holds a selectedAddress property separate from the
list of results.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant