aprs.me/lib/aprsme_web/live/map_live
Graham McIntire 052e131400
Add URL updating and restoration for map state (zoom/pan)
Features implemented:
- Parse URL parameters on mount (lat, lng, z)
- Update URL when map moves or zooms
- Restore map state from URL parameters
- Handle URL changes via handle_params
- Validate and clamp coordinate values

URL format: /?lat=40.7128&lng=-74.0060&z=12

Benefits:
- Shareable map links with exact position
- Browser back/forward navigation support
- Bookmarkable map locations
- Deep linking to specific map views

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-09 09:23:54 -05:00
..
callsign_view.ex fix weather page 2025-07-08 13:21:02 -05:00
index.ex Add URL updating and restoration for map state (zoom/pan) 2025-07-09 09:23:54 -05:00
map_helpers.ex refactor 2025-07-03 10:48:44 -05:00
packet_utils.ex performance improvements 2025-07-08 10:03:52 -05:00
popup_component.ex deploy fix 2025-07-07 09:55:56 -05:00