Unverified Commit 6e164c06 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5829 from DonLakeFlyer/SurveyFix

Survey bounding rect intersection fix
parents 8ed1e60c 93c53e2b
......@@ -273,8 +273,6 @@ Item {
}
}
onDragStop: adjustCircleRadius(itemCoordinate)
onClicked: mapPolygon.removeVertex(polygonVertex)
}
}
......
......@@ -162,7 +162,7 @@
"name": "GridEntryLocation",
"shortDescription": "Location for entry point into survey area",
"type": "uint32",
"enumStrings": "Position 1, Position 2, Position 3, Position 4",
"enumStrings": "Position 1,Position 2,Position 3,Position 4",
"enumValues": "0,1,2,3",
"defaultValue": 0
}
......
This diff is collapsed.
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