Turn off phone breadcrumb lines

This commit is contained in:
Garth Vander Houwen 2023-03-19 18:44:10 -07:00
parent 9059ceba55
commit a991087bc2

View file

@ -71,7 +71,7 @@ struct NodeDetail: View {
mapViewType: mapType,
userTrackingMode: MKUserTrackingMode.none,
centeringMode: .allPositions,
showBreadcrumbLines: true,
showBreadcrumbLines: false,
centerOnPositionsOnly: true,
customMapOverlay: self.customMapOverlay,
overlays: self.overlays