Browse Source

Merge pull request #7162 from DonLakeFlyer/SurveySplitPolygon

Survey: Remove Split Polygon support since it causes crashes
QGC4.4
Don Gagne 6 years ago committed by GitHub
parent
commit
bc0f2f07e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/PlanView/SurveyItemEditor.qml

3
src/PlanView/SurveyItemEditor.qml

@ -126,12 +126,15 @@ Rectangle { @@ -126,12 +126,15 @@ Rectangle {
onClicked: missionItem.rotateEntryPoint();
}
/*
Temporarily removed due to bug https://github.com/mavlink/qgroundcontrol/issues/7005
FactCheckBox {
text: qsTr("Split concave polygons")
fact: _splitConcave
visible: _splitConcave.visible
property Fact _splitConcave: missionItem.splitConcavePolygons
}
*/
FactCheckBox {
text: qsTr("Hover and capture image")

Loading…
Cancel
Save