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:
2017-06-01 16:26:09 +02:00
parent 489a64fd69
commit 7a23001b82
29 changed files with 763 additions and 265 deletions

View File

@@ -159,7 +159,12 @@ HEADERS += MainWindow.h \
mapview/model/MMRegistration.h \
mapview/model/MMRegistrationPoint.h \
mapview/2D/MV2DElementRegistrationPoint.h \
mapview/3D/MV3DElementRegistrationPoint.h
mapview/3D/MV3DElementRegistrationPoint.h \
mapview/2D/tools/ToolNewFingerprint.h \
mapview/2D/tools/ToolNewAccessPoint.h \
mapview/2D/tools/ToolNewBeacon.h \
mapview/2D/tools/ToolNewGroundTruth.h \
mapview/2D/tools/ToolNewPOI.h
FORMS += MainWindow.ui