-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Separate User location from map center. #995
Comments
This issue may be fixed as the devs are considering loading all the pins at once into the map, which means the ‘search this area’ button may go away But currently (2023-10), hitting the ‘search this area’ changes the user’s ‘pin’, which works differently from other map apps, and may therefore be confusing to our users. |
Closing this as unplanned because we don't currently have the "search this area" function We will create a new issue for that. |
Overview
Currently, the application considers the current map center as the "users location", which is true when the map is first rendered. However, if the user scrolls or pans the map, and uses the "Search this Location" button, the map center moves, and the application considers the center of the map to be the user's location for puposes of getting directions or displaying the distance to each organization (which affects the sort order of the results list). We really should allow the user's location for directions, distance and sorting purposes to be retained, even when it does not correspond to the map centerpoint.
Action Items
Resources/Instructions
The text was updated successfully, but these errors were encountered: