mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Merge pull request #776 from meshtastic/2.3.16
set initial position further out
This commit is contained in:
commit
e5a958e279
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