added earth-registration support

This commit is contained in:
2017-03-21 21:12:52 +01:00
parent b7ee7d992a
commit d80d356dea
14 changed files with 331 additions and 3 deletions

View File

@@ -155,7 +155,11 @@ HEADERS += MainWindow.h \
mapview/2D/tools/ToolNewWall.h \
mapview/2D/tools/ToolNewStair.h \
mapview/2D/tools/ToolNewElevator.h \
mapview/2D/tools/ToolNewOutline.h
mapview/2D/tools/ToolNewOutline.h \
mapview/model/MMRegistration.h \
mapview/model/MMRegistrationPoint.h \
mapview/2D/MV2DElementRegistrationPoint.h \
mapview/3D/MV3DElementRegistrationPoint.h
FORMS += MainWindow.ui