Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
681c3423
Commit
681c3423
authored
Apr 06, 2017
by
Don Gagne
Committed by
GitHub
Apr 06, 2017
Browse files
Merge pull request #4929 from DonLakeFlyer/PlanInsertSurvey
Fix add pattern
parents
b026de27
6eb9ec96
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PlanView/PlanView.qml
View file @
681c3423
...
...
@@ -70,7 +70,7 @@ QGCView {
coordinate
.
latitude
=
coordinate
.
latitude
.
toFixed
(
_decimalPlaces
)
coordinate
.
longitude
=
coordinate
.
longitude
.
toFixed
(
_decimalPlaces
)
coordinate
.
altitude
=
coordinate
.
altitude
.
toFixed
(
_decimalPlaces
)
insertComplexItem
(
complexItemName
,
coordinate
,
missionController
.
visualItems
.
count
)
insertComplex
Mission
Item
(
complexItemName
,
coordinate
,
missionController
.
visualItems
.
count
)
}
function
insertComplexMissionItem
(
complexItemName
,
coordinate
,
index
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment