Skip to content

Commit

Permalink
Merge pull request #5244 from HSLdevcom/DT-6714
Browse files Browse the repository at this point in the history
DT-6714 fix missing geolocation address
  • Loading branch information
partisaani authored Jan 30, 2025
2 parents 50b1ac8 + 63fd347 commit ac22624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/action/PositionActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const debouncedReverseGeocoding = debounce(reverseGeocodeAddress, 10000, {
});

function geoCallback(actionContext, pos) {
actionContext.dispatch('StartReverseGeocoding');
actionContext.dispatch('GeolocationFound', {
lat: pos.coords.latitude,
lon: pos.coords.longitude,
Expand Down

0 comments on commit ac22624

Please sign in to comment.