mirror of
https://github.com/dedicatedcode/reitti.git
synced 2026-01-09 17:37:57 -05:00
This commit is contained in:
@@ -240,11 +240,6 @@ class RawLocationLoader {
|
||||
}
|
||||
}
|
||||
|
||||
// Also extend the bounds to the latest location in case no segments have been returned
|
||||
if (rawPointsData.latest) {
|
||||
bounds.extend([rawPointsData.latest.latitude, rawPointsData.latest.longitude])
|
||||
}
|
||||
|
||||
// Add avatar marker for the latest point if in auto-update mode and today is selected
|
||||
if (autoUpdateMode && this.isSelectedDateToday() && rawPointsData.latest) {
|
||||
const latestPoint = rawPointsData.latest;
|
||||
|
||||
@@ -402,8 +402,6 @@
|
||||
|
||||
// Load location data for the memory date range without bounds filtering
|
||||
rawLocationLoader.loadForDateRange(
|
||||
null,
|
||||
null,
|
||||
false, // autoUpdateMode
|
||||
false // withBounds - don't filter by current map bounds
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user