@ -4,6 +4,8 @@ Note: This file only contains high level features or important fixes.
@@ -4,6 +4,8 @@ Note: This file only contains high level features or important fixes.
## 4.1 - Daily build
* VTOL: General setting for transition distance which affects Plan takeoff, landing pattern creation
* VTOL: Much better VTOL support throughout QGC
* Maps: Support zoom up to level 23 even if map provider doesn't provide tiles that high
* Settings/Mavlink: Add ability to forward mavlink traffic out specified UDP port
* Support mavlink terrain protocol which queries gcs for terrain height information. Allows planning missions with TERRAIN\_FRAME.
doubledistance=30.0;// Default distance is VTOL transition to takeoff point distance
doubledistance=qgcApp()->toolbox()->settingsManager()->planViewSettings()->vtolTransitionDistance()->rawValue().toDouble();// Default distance is VTOL transition to takeoff point distance
text:qsTr("Move '%1' Takeoff to the %2 location.").arg(_controllerVehicle.vtol?qsTr("V"):qsTr("T")).arg(_controllerVehicle.vtol?qsTr("desired"):qsTr("climbout"))