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
1932f63b91
Implement progressive loading for historical packets to improve map performance
...
- Add progressive loading system that splits 200 packets into 4 batches of 50 each
- Implement client-side chunked rendering to prevent UI blocking
- Add caching layer using Aprsme.CachedQueries for better database performance
- Maintain proper chronological ordering for trail drawing
- Use LiveView's efficient update mechanisms for smooth user experience
Performance improvements:
- Faster initial load with immediate visual feedback
- Reduced memory pressure through smaller batch sizes
- Better caching with automatic cache invalidation
- Smooth, non-blocking UI updates using requestAnimationFrame
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-09 09:08:10 -05:00
bcaef2d118
pause extra map popups when user clicks on one
2025-07-08 10:18:07 -05:00
c8ee465015
weather charts
2025-07-03 11:29:01 -05:00
8cb4302c70
dont pan map on popup
2025-06-28 11:12:48 -05:00
f08330b46c
weather fixing
2025-06-25 11:40:04 -05:00
129c1de2f1
fix icons
2025-06-23 11:59:14 -05:00
43d4792760
map tweaks
2025-06-22 17:39:10 -05:00
3b0c1213f4
refactoring
2025-06-22 17:27:49 -05:00
e7214f5064
misc fixes
2025-06-22 17:11:58 -05:00
cd011b9667
historical lines
2025-06-21 13:40:36 -05:00
8fdafcf01e
historical packets
2025-06-21 13:28:20 -05:00
d6ac5cccfc
fixes
2025-06-21 12:26:43 -05:00
f6f1ad1e2f
updates
2025-06-21 11:55:30 -05:00
51cce0594c
cleanup
2025-06-20 14:41:12 -05:00
d8454d6267
remove some debugging logs
2025-06-20 12:27:12 -05:00
0d070cf470
symbol fix
2025-06-19 17:07:52 -05:00
08965143fb
tracks
2025-06-19 16:49:48 -05:00
66891a89b5
icons showing
2025-06-19 16:12:52 -05:00
3903c1b26c
refactor
2025-06-19 15:20:18 -05:00