-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Search Bar + Fly To works #226
Conversation
Signed-off-by: Celine Pöhl <[email protected]>
Signed-off-by: Celine Pöhl <[email protected]>
Signed-off-by: Celine Pöhl <[email protected]>
Signed-off-by: Celine Pöhl <[email protected]>
Signed-off-by: Celine Pöhl <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good enough for release. small things like corners can be changed later. FlyTo is doing (random) stuff. still todo for later
Signed-off-by: Celine Pöhl <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good enough for release. small things like corners can be changed later. FlyTo is doing (random) stuff - still todo for later
Signed-off-by: Celine Pöhl <[email protected]>
Added some commits that make flying to a location from the search possible now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good enough for release. small things like corners can be changed later. I really like the flyTo
New expandable Search Bar on top left on map.
Favorites always fixed on top.
All results can be added to favorites now.
In MapOptions I kept the old button that triggers the SearchPopUp in comments so we can quickly change if we prefer the old design.
I didn't integrate the latitude-longitude search as I want to discuss it first. My opinion is to leave it like that because users copy paste coordinates anyway and don't need a seperate input mode.
I was not sure about the folder structure. SearchBar.tsx is now in the PopUp folder, has to be changed eventually.