Goal
Display the location of a single accident in a map component.
Progress
- I have a field to store map coordinates that is populated using the current location component.
- I want to display a map that shows this location only.
- Currenlty the map displays all locations for all records in the accidents table, I only want to show the location for the current accident. How do I do this?