|
|
@ -103,10 +103,12 @@ Map { |
|
|
|
|
|
|
|
|
|
|
|
on_ActiveVehicleCoordinateChanged: _possiblyCenterToVehiclePosition() |
|
|
|
on_ActiveVehicleCoordinateChanged: _possiblyCenterToVehiclePosition() |
|
|
|
|
|
|
|
|
|
|
|
Component.onCompleted: { |
|
|
|
onMapReadyChanged: { |
|
|
|
|
|
|
|
if (_map.mapReady) { |
|
|
|
updateActiveMapType() |
|
|
|
updateActiveMapType() |
|
|
|
_possiblyCenterToVehiclePosition() |
|
|
|
_possiblyCenterToVehiclePosition() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Connections { |
|
|
|
Connections { |
|
|
|
target: QGroundControl.settingsManager.flightMapSettings.mapType |
|
|
|
target: QGroundControl.settingsManager.flightMapSettings.mapType |
|
|
|