From 47115925fced72957a8d55e9c802ecfa3607009c Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 13 Sep 2023 04:38:08 -0700 Subject: [PATCH] Clean up route line --- Meshtastic/Views/Nodes/Helpers/NodeMapSwiftUI.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Meshtastic/Views/Nodes/Helpers/NodeMapSwiftUI.swift b/Meshtastic/Views/Nodes/Helpers/NodeMapSwiftUI.swift index 98f0baa6..aeeef9f0 100644 --- a/Meshtastic/Views/Nodes/Helpers/NodeMapSwiftUI.swift +++ b/Meshtastic/Views/Nodes/Helpers/NodeMapSwiftUI.swift @@ -54,8 +54,8 @@ struct NodeMapSwiftUI: View { startPoint: .leading, endPoint: .trailing ) let stroke = StrokeStyle( - lineWidth: 5, - lineCap: .round, lineJoin: .round, dash: [10, 20] + lineWidth: 5, + lineCap: .round, lineJoin: .round, dash: [10, 10] ) MapPolyline(coordinates: lineCoords) .stroke(gradient, style: stroke)