sfbrigade / datasci-earthquake

MIT License
0 stars 2 forks source link

Mapping feature #100

Open nickvisut opened 1 day ago

nickvisut commented 1 day ago

Is your feature request related to a problem? Please describe. As a user, I would like to look to view a map of San Francisco with indicators of seismic zones, tsunami zones, and soft stories so that I can be better informed about the locations and areas I'm interested in.

Furthermore, I would like to be able to use a search box to look up an address and see if it's a soft story or located in or near a seismic or tsunami zone. A marker should appear on the map if the address is resolved correctly.

Describe the solution you'd like A map of San Francisco ought to appear below the existing search box. It ought to be clearly marked with soft stories (as dots), seismic data (as polygons), and tsunami data (as polygons).

Describe alternatives you've considered N/A

Additional context Figma design mockups etc: https://www.figma.com/design/AGadwQcQH5kNn2D93TVOAC/Design?node-id=503-1467&t=EimJM8P94F9XtHC6-4

NOTE on implementation thus far: The styling ol the "basemap" layer itself (area colors, road colors, etc) will differ from the mockup as it's based on the defaults provided by Mapbox Standard style. The styling can be tweaked by editing a limited set of properties, which will happen after testing is done on a live version of the map.***

The limited styling described above only applies to the "basemap" layer and not the additional layers, such as the soft stories, seismic data, and tsunami data. Layers other than the "basemap" layer are more customizable.

***adjusting styling to monochrome is a possible future design ask

nickvisut commented 1 day ago

cc @mantuok organized requirements, old and new, here

nickvisut commented 1 day ago

@mjjsf, if you have the opportunity to, could you take a look at "(?)" in the description above? I made some UX assertions based on my understanding. If any of them look incorrect, please let me know.

I highlighted all the (?) statements with bold and italic text.

nickvisut commented 1 day ago

@mjjsf, if you have the opportunity to, could you take a look at "(?)" in the description above? I made some UX assertions based on my understanding. If any of them look incorrect, please let me know.

I highlighted all the (?) statements with bold and italic text.

Thanks for confirming the assertions, @mjjsf 🙏

nickvisut commented 1 day ago

cc @mantuok organized requirements, old and new, here

Any feedback appreciated.