diff --git a/MeshtasticClient/Views/Nodes/NodeMap.swift b/MeshtasticClient/Views/Nodes/NodeMap.swift index 5d1ba62e..2e1123b4 100644 --- a/MeshtasticClient/Views/Nodes/NodeMap.swift +++ b/MeshtasticClient/Views/Nodes/NodeMap.swift @@ -72,7 +72,7 @@ struct NodeMap: View { @State private var showUserLocation: Bool = true @State private var userTrackingMode: MKUserTrackingMode = MKUserTrackingMode.none - @State private var userLocation: CLLocationCoordinate2D? + @State private var userLocation: CLLocationCoordinate2D? = LocationHelper.currentLocation @State private var showAnnotations: Bool = true @State private var annotations: [MKPointAnnotation] = [] @@ -84,7 +84,7 @@ struct NodeMap: View { var body: some View { - //let location = LocationHelper.currentLocation + //self.$userLocation = LocationHelper.currentLocation NavigationView {