Commit 82b2b73d authored by Don Gagne's avatar Don Gagne

Flight lines different color than waypoint lines

parent 809d29c8
...@@ -65,7 +65,7 @@ FlightMap { ...@@ -65,7 +65,7 @@ FlightMap {
delegate: delegate:
MapPolyline { MapPolyline {
line.width: 3 line.width: 3
line.color: "orange" line.color: "red"
z: QGroundControl.zOrderMapItems - 1 z: QGroundControl.zOrderMapItems - 1
path: [ path: [
{ latitude: object.coordinate1.latitude, longitude: object.coordinate1.longitude }, { latitude: object.coordinate1.latitude, longitude: object.coordinate1.longitude },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment