diff --git a/src/mapper/src/lib/components/map/geolocation.svelte b/src/mapper/src/lib/components/map/geolocation.svelte index ef22df0c8..c7c66d185 100644 --- a/src/mapper/src/lib/components/map/geolocation.svelte +++ b/src/mapper/src/lib/components/map/geolocation.svelte @@ -69,6 +69,8 @@ } } + // set waypoints for navigation on every 10 seconds if navigation mode is on i.e. entityToNavigate is not null + // don't track user geolocation $effect(() => { if (!untrack(() => entitiesStore.userLocationCoord) && !entityToNavigate) return; entityToNavigate?.coordinate &&