-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Geocoder search box #888
Comments
FYI, I created a ticket on the backend to get a lat and long and look up the NC from it. It's issue #957 I also think it would be great to use the browser location feature so users don't have to type in an address. |
Question: what is the benefit of having the address search box be able to search by council name in addition to address? The neighborhood council names are not exactly easy to determine or remember. I would kind of assume that if someone knew the name of a council they'd know it's location on the map and it would be easier for them to click on it than type it in. do we have any data from v1 that says this is a useful feature? otherwise, it might be easiest for this to be a pure address search. |
I don't know of v1 data supporting council name search for the v2 basic user. A pure address search would definitely be easier. |
Address search bar redesigned to allow toggling between address and council search. See contemplated redesigns in Figma: |
Status: Geocode address to lat/lng and fetching enclosing council id from API working. Still need to:
ETA: To be completed this weekend, 4/4. |
Status: Wasn't able to finish up this past week. Address search merged to dev via #1081. Working on localGeocoder for searching by NC name. |
Description
Address search box for basic user menu.
Action Items
Resources
https://docs.mapbox.com/mapbox-gl-js/example/mapbox-gl-geocoder/
The text was updated successfully, but these errors were encountered: