Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
37b61fe2
Commit
37b61fe2
authored
Oct 09, 2019
by
DonLakeFlyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
c9967c74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
FlightDisplayViewMap.qml
src/FlightDisplay/FlightDisplayViewMap.qml
+5
-10
No files found.
src/FlightDisplay/FlightDisplayViewMap.qml
View file @
37b61fe2
...
...
@@ -31,11 +31,6 @@ FlightMap {
allowVehicleLocationCenter
:
!
_keepVehicleCentered
planView
:
false
onVisibleChanged
:
{
// I don't know what is causing this to become invisible when a connection is dropped
if
(
!
visible
)
visible
=
true
}
property
alias
scaleState
:
mapScale
.
state
// The following properties must be set by the consumer
...
...
@@ -190,7 +185,7 @@ FlightMap {
line.width
:
3
line.color
:
"
red
"
z
:
QGroundControl
.
zOrderTrajectoryLines
visible
:
true
//
mainIsMap
visible
:
mainIsMap
Connections
{
target
:
QGroundControl
.
multiVehicleManager
...
...
@@ -320,9 +315,9 @@ FlightMap {
property
bool
inGotoFlightMode
:
activeVehicle
?
activeVehicle
.
flightMode
===
activeVehicle
.
gotoFlightMode
:
false
onInGotoFlightModeChanged
:
{
if
(
!
inGotoFlightMode
&&
visible
)
{
if
(
!
inGotoFlightMode
&&
gotoLocationItem
.
visible
)
{
// Hide goto indicator when vehicle falls out of guided mode
visible
=
false
gotoLocationItem
.
visible
=
false
}
}
...
...
@@ -330,7 +325,7 @@ FlightMap {
target
:
mainWindow
onActiveVehicleChanged
:
{
if
(
!
activeVehicle
)
{
visible
=
false
gotoLocationItem
.
visible
=
false
}
}
}
...
...
@@ -368,7 +363,7 @@ FlightMap {
target
:
mainWindow
onActiveVehicleChanged
:
{
if
(
!
activeVehicle
)
{
visible
=
false
orbitMapCircle
.
visible
=
false
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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