aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--androidApp/libs/WhirlyGlobeMaply.aarbin7331207 -> 7377015 bytes
-rw-r--r--iosApp/iosApp/Details/Reports/UnitReportsViewModel.swift2
2 files changed, 1 insertions, 1 deletions
diff --git a/androidApp/libs/WhirlyGlobeMaply.aar b/androidApp/libs/WhirlyGlobeMaply.aar
index 46aa91d..9a67bc1 100644
--- a/androidApp/libs/WhirlyGlobeMaply.aar
+++ b/androidApp/libs/WhirlyGlobeMaply.aar
Binary files differ
diff --git a/iosApp/iosApp/Details/Reports/UnitReportsViewModel.swift b/iosApp/iosApp/Details/Reports/UnitReportsViewModel.swift
index 450bfa7..5cdf21e 100644
--- a/iosApp/iosApp/Details/Reports/UnitReportsViewModel.swift
+++ b/iosApp/iosApp/Details/Reports/UnitReportsViewModel.swift
@@ -89,7 +89,7 @@ class UnitReportsViewModel: ObservableObject {
}
}
}
- @Published var layer = MapLayer.companion.defaultLayer
+ @Published var layer = MapLayer.companion.layers[MapLayer.Type_.satellite]!
@Published var markers = [Marker]()
@Published var selectedMarker: Marker? = nil