Commit 950c7666 authored by DonLakeFlyer's avatar DonLakeFlyer

Initial zoom level 17

parent cf48a20c
...@@ -26,7 +26,7 @@ const char* QGroundControlQmlGlobal::_flightMapZoomSettingsKey = ...@@ -26,7 +26,7 @@ const char* QGroundControlQmlGlobal::_flightMapZoomSettingsKey =
QGroundControlQmlGlobal::QGroundControlQmlGlobal(QGCApplication* app, QGCToolbox* toolbox) QGroundControlQmlGlobal::QGroundControlQmlGlobal(QGCApplication* app, QGCToolbox* toolbox)
: QGCTool(app, toolbox) : QGCTool(app, toolbox)
, _flightMapInitialZoom(14.7) // About 500 meter scale , _flightMapInitialZoom(17.0)
, _linkManager(NULL) , _linkManager(NULL)
, _multiVehicleManager(NULL) , _multiVehicleManager(NULL)
, _mapEngineManager(NULL) , _mapEngineManager(NULL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment