mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
set initial position further out
This commit is contained in:
parent
5c57d38ee6
commit
eadb5d0c66
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ struct NodeMapSwiftUI: View {
|
|||
if node.hasPositions {
|
||||
ZStack {
|
||||
MapReader { _ in
|
||||
Map(position: $position, bounds: MapCameraBounds(minimumDistance: 1, maximumDistance: .infinity), scope: mapScope) {
|
||||
Map(position: $position, bounds: MapCameraBounds(minimumDistance: 3000, maximumDistance: .infinity), scope: mapScope) {
|
||||
NodeMapContent(node: node)
|
||||
}
|
||||
.mapScope(mapScope)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue