Skip to content

Commit

Permalink
Fix backtrack on photo map
Browse files Browse the repository at this point in the history
Closes #1993
  • Loading branch information
kylecorry31 committed Oct 13, 2023
1 parent fbf0480 commit bb3f4d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ class ViewMapFragment : BoundFragment<FragmentMapsViewBinding>() {
)
layerManager?.start()

// Populate the last known location
// Populate the last known location and map bounds
layerManager?.onBoundsChanged(map?.boundary())
layerManager?.onLocationChanged(gps.location, gps.horizontalAccuracy)
}

Expand Down

0 comments on commit bb3f4d7

Please sign in to comment.