1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-08-31 12:17:51 -04:00

Use aircraftPath

This commit is contained in:
srcejon 2025-06-05 13:53:34 +01:00
parent 6a9bba0656
commit 1baca797f6

View File

@ -222,8 +222,8 @@ Item {
id: aircraftPathComponent
MapPolyline {
line.width: 2
line.color: 'gray'
path: aircraftPath
line.color: color
path: coordinates
}
}