fixed some issues
added new tools for creating APs, Beacons, GTP, POI, Fingerprints fixed selection issue changed new-element creation added missing layer parameters
This commit is contained in:
@@ -95,9 +95,10 @@ MainController::MainController() {
|
||||
connect(mw, &MainWindow::onGridNodeColorType, [&] () {mw->getMapView3D()->getGridRenderer()->setNodeColorMode(GridRendererColorMode::SHOW_NODE_TYPE);} );
|
||||
connect(mw, &MainWindow::onGridShowEdges, [&] (const bool show) {mw->getMapView3D()->getGridRenderer()->setShowEdges(show);} );
|
||||
|
||||
|
||||
mapModel->load("../IndoorMap/maps/SHL38_no_elev.xml");
|
||||
//mapModel->load("../IndoorMap/maps/SHL36_noel.xml");
|
||||
//mapModel->load("../IndoorMap/maps/SHL38_no_elev.xml");
|
||||
//mapModel->load("/apps/android/workspace/testmap.xml");
|
||||
mapModel->load("/mnt/data/workspaces/testmap.xml");
|
||||
|
||||
//mapModel->resize(0.983, 0.983, 1, -0.2, -0.3, 0);
|
||||
|
||||
@@ -112,7 +113,7 @@ MainController::MainController() {
|
||||
//mapModel->load("/mnt/data/workspaces/Indoor/tests/data/WalkHeadingMap.xml");
|
||||
//mapModel->load("/mnt/data/workspaces/IPIN2016/IPIN2016/competition/maps/test.xml");
|
||||
|
||||
// mapModel->startEmpty();
|
||||
//mapModel->startEmpty();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user