We need to accurately geo-tag public submissions.
- Use the HTML5 Geolocation API to prompt the user for location permissions.
- Capture the latitude and longitude.
- Display a small static map or coordinates confirming the location to the user.
- Handle edge cases where the user denies location permissions (e.g., prompt them to manually enter an address or drop a pin on a map).
We need to accurately geo-tag public submissions.