developmentseed / osm-teams

Teams for OpenStreetMap!
https://mapping.team
MIT License
26 stars 5 forks source link

Enhance map display and add org teams map #424

Closed LanesGood closed 1 year ago

LanesGood commented 1 year ago

This PR:

Map marker: image

New Team location map: image

Org Teams: image

Closes #122 Closes #129 Contributes to #406

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
osm-teams ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 16, 2023 at 4:23PM (UTC)
LanesGood commented 1 year ago

@kamicut the toggle for team location has now been added. The form uses formik's setFieldValue to reset the team location to undefined when the toggle is checked/unchecked. I've confirmed that unchecking the toggle resets the location to null.

Also added: leaflet-gesture-handler to require holding cmd/ctrl on scroll to zoom on the team page map and team creation/editing form map; the larger list teams map on /explore and on organization pages still allows scrolling without holding a secondary key.