aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp/Map
diff options
context:
space:
mode:
Diffstat (limited to 'iosApp/iosApp/Map')
-rw-r--r--iosApp/iosApp/Map/MapView.swift2
-rw-r--r--iosApp/iosApp/Map/MapViewController.swift2
2 files changed, 2 insertions, 2 deletions
diff --git a/iosApp/iosApp/Map/MapView.swift b/iosApp/iosApp/Map/MapView.swift
index 2c86c3b..f9757f4 100644
--- a/iosApp/iosApp/Map/MapView.swift
+++ b/iosApp/iosApp/Map/MapView.swift
@@ -17,7 +17,7 @@
*/
import SwiftUI
import Combine
-import WhirlyGlobeMaplyComponent
+import WhirlyGlobe
import shared
struct MapView: UIViewControllerRepresentable {
diff --git a/iosApp/iosApp/Map/MapViewController.swift b/iosApp/iosApp/Map/MapViewController.swift
index 207d0d0..32c21cf 100644
--- a/iosApp/iosApp/Map/MapViewController.swift
+++ b/iosApp/iosApp/Map/MapViewController.swift
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import UIKit
-import WhirlyGlobeMaplyComponent
+import WhirlyGlobe
import shared
typealias MarkerCallback = (Int32?) -> ()