|
|
|
@ -111,6 +111,8 @@ QGCFlickable {
@@ -111,6 +111,8 @@ QGCFlickable {
|
|
|
|
|
|
|
|
|
|
SectionHeader { |
|
|
|
|
id: insertSection |
|
|
|
|
anchors.left: parent.left |
|
|
|
|
anchors.right: parent.right |
|
|
|
|
text: qsTr("Insert GeoFence") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -140,6 +142,8 @@ QGCFlickable {
@@ -140,6 +142,8 @@ QGCFlickable {
|
|
|
|
|
|
|
|
|
|
SectionHeader { |
|
|
|
|
id: polygonSection |
|
|
|
|
anchors.left: parent.left |
|
|
|
|
anchors.right: parent.right |
|
|
|
|
text: qsTr("Polygon Fences") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -213,6 +217,8 @@ QGCFlickable {
@@ -213,6 +217,8 @@ QGCFlickable {
|
|
|
|
|
|
|
|
|
|
SectionHeader { |
|
|
|
|
id: circleSection |
|
|
|
|
anchors.left: parent.left |
|
|
|
|
anchors.right: parent.right |
|
|
|
|
text: qsTr("Circular Fences") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -303,6 +309,8 @@ QGCFlickable {
@@ -303,6 +309,8 @@ QGCFlickable {
|
|
|
|
|
|
|
|
|
|
SectionHeader { |
|
|
|
|
id: breachReturnSection |
|
|
|
|
anchors.left: parent.left |
|
|
|
|
anchors.right: parent.right |
|
|
|
|
text: qsTr("Breach Return Point") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|