Skip to content

Commit c406d80

Browse files
Revert "Fix the location manager being nil after Swiftui view update." (maplibre#59)
* Revert "Fix the location manager being nil after Swiftui view update. (maplibre#57)" This reverts commit a6e079c. * Update CHANGELOG.md --------- Co-authored-by: Ian Wagner <[email protected]>
1 parent a6e079c commit c406d80

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
9+
10+
## Version 0.3.2 - 2024-11-11
11+
12+
### Fixed
13+
14+
- Reverts changes in 0.3.1; they were ultimately unnecessary and introduced a new bug, stopping location updates.
15+
816
## Version 0.3.1 - 2024-10-17
917

1018
### Fixed

Sources/MapLibreSwiftUI/MapView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ public struct MapView<T: MapViewHostViewController>: UIViewControllerRepresentab
106106
camera: camera,
107107
animated: isStyleLoaded)
108108
}
109-
uiViewController.mapView.locationManager = locationManager
110109
}
111110

112111
@MainActor private func applyModifiers(_ mapViewController: T, runUnsafe: Bool) {

0 commit comments

Comments
 (0)