mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Flat the map by default so precision circles are prettier
This commit is contained in:
parent
7c022813a2
commit
4d584f64c9
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ struct NodeMapSwiftUI: View {
|
|||
@AppStorage("mapLayer") private var selectedMapLayer: MapLayer = .hybrid
|
||||
// Map Configuration
|
||||
@Namespace var mapScope
|
||||
@State var mapStyle: MapStyle = MapStyle.hybrid(elevation: .realistic, pointsOfInterest: .all, showsTraffic: true)
|
||||
@State var mapStyle: MapStyle = MapStyle.hybrid(elevation: .flat, pointsOfInterest: .all, showsTraffic: true)
|
||||
@State var position = MapCameraPosition.automatic
|
||||
@State var scene: MKLookAroundScene?
|
||||
@State var isLookingAround = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue