|
|
@ -331,12 +331,14 @@ QGCView { |
|
|
|
id: panel |
|
|
|
id: panel |
|
|
|
anchors.fill: parent |
|
|
|
anchors.fill: parent |
|
|
|
|
|
|
|
|
|
|
|
Map { |
|
|
|
FlightMap { |
|
|
|
id: _map |
|
|
|
id: _map |
|
|
|
anchors.fill: parent |
|
|
|
anchors.fill: parent |
|
|
|
center: QGroundControl.flightMapPosition |
|
|
|
visible: false |
|
|
|
visible: false |
|
|
|
allowGCSLocationCenter: true |
|
|
|
|
|
|
|
allowVehicleLocationCenter: false |
|
|
|
gesture.flickDeceleration: 3000 |
|
|
|
gesture.flickDeceleration: 3000 |
|
|
|
|
|
|
|
mapName: "OfflineMap" |
|
|
|
|
|
|
|
|
|
|
|
property bool isSatelliteMap: activeMapType.name.indexOf("Satellite") > -1 || activeMapType.name.indexOf("Hybrid") > -1 |
|
|
|
property bool isSatelliteMap: activeMapType.name.indexOf("Satellite") > -1 || activeMapType.name.indexOf("Hybrid") > -1 |
|
|
|
|
|
|
|
|
|
|
|