Commit 2d265004 authored by DonLakeFlyer's avatar DonLakeFlyer

Correct to use rawValue for radius

parent b7da6015
...@@ -219,7 +219,7 @@ Item { ...@@ -219,7 +219,7 @@ Item {
MapCircle { MapCircle {
z: QGroundControl.zOrderMapItems z: QGroundControl.zOrderMapItems
center: _missionItem.loiterCoordinate center: _missionItem.loiterCoordinate
radius: _missionItem.loiterRadius.value radius: _missionItem.loiterRadius.rawValue
border.width: 2 border.width: 2
border.color: "green" border.color: "green"
color: "transparent" color: "transparent"
......
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