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
dfcd2826
Commit
dfcd2826
authored
Feb 17, 2016
by
Don Gagne
Browse files
Add vehicles to Plan view
parent
82b2b73d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionEditor/MissionEditor.qml
View file @
dfcd2826
...
...
@@ -426,6 +426,19 @@ QGCView {
model
:
controller
.
waypointLines
}
// Add the vehicles to the map
MapItemView
{
model
:
multiVehicleManager
.
vehicles
delegate
:
VehicleMapItem
{
vehicle
:
object
coordinate
:
object
.
coordinate
isSatellite
:
editorMap
.
isSatelliteMap
size
:
ScreenTools
.
defaultFontPixelHeight
*
5
z
:
QGroundControl
.
zOrderMapItems
-
1
}
}
// Mission Item Editor
Item
{
id
:
missionItemEditor
...
...
@@ -518,6 +531,7 @@ QGCView {
z
:
QGroundControl
.
zOrderWidgets
dropDownComponent
:
syncDropDownComponent
enabled
:
!
_syncInProgress
rotateImage
:
_syncInProgress
}
DropButton
{
...
...
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