mirror of
https://github.com/dedicatedcode/reitti.git
synced 2026-01-09 01:17:57 -05:00
Update map after all data is loaded only once #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dgraf-gh on 7/3/2025
Describe the bug
Since we changed loading the timeline from javascript to load it via htmx, the map jumps when a new date is loaded.
First it loads the timeline, this contains all visits. The map is fitted to show them all. After that, the RawLocationPoints are loaded and then the map is fitted again.