This commit is contained in:
2020-05-26 18:14:08 +08:00
parent 08dcb44e3c
commit 88d80a7504
6 changed files with 27 additions and 10 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ MainWindow::MainWindow(QWidget *parent)
map->setAttribute(Qt::WA_AlwaysStackOnTop);
//QString maptype = myinifile->ReadIni("GCS.ini","Map","Type");
map->SetMapType(mapcontrol::Helper::MapTypeFromString("BingSatellite"));
map->SetMapType(mapcontrol::Helper::MapTypeFromString("GoogleSatellite"));
map->setWPLock(true);
map->setFocus();
map->setMouseTracking(true);