Clean up route line

This commit is contained in:
Garth Vander Houwen 2023-09-13 04:38:08 -07:00
parent c6be3c50a7
commit 47115925fc

View file

@ -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)