fix:continuously watch location

This commit is contained in:
2025-10-27 15:07:24 +01:00
parent fef7c160e2
commit 3b3ebc2873
6 changed files with 240 additions and 15 deletions

View File

@@ -43,6 +43,7 @@ export const shouldZoomToLocation = derived(
locationStore,
($location) => $location.shouldZoomToLocation
);
export const isWatching = derived(locationStore, ($location) => $location.isWatching);
// Location actions
export const locationActions = {