From 29d1125eb708a2be7b0a1bed8245629651831282 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Thu, 15 Dec 2022 01:05:11 -0600 Subject: [android] Upgraded WhirlyGlobe to version 3.5 --- androidApp/libs/WhirlyGlobeMaply.aar | Bin 7331207 -> 7377015 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/androidApp/libs/WhirlyGlobeMaply.aar b/androidApp/libs/WhirlyGlobeMaply.aar index 46aa91d..9a67bc1 100644 Binary files a/androidApp/libs/WhirlyGlobeMaply.aar and b/androidApp/libs/WhirlyGlobeMaply.aar differ -- cgit v1.2.3 From 0dd6d448218bd7d27701a2db57be2e6c559bf4c9 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Thu, 22 Dec 2022 15:17:13 -0600 Subject: [ios] Map layer changed to satellite in UnitReportsView --- iosApp/iosApp/Details/Reports/UnitReportsViewModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3