Merge branch 'master' of https://git.frank-ebner.de/FHWS/IndoorMap
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include "MMFloorPOIs.h"
|
||||
#include "MMFloorStairs.h"
|
||||
#include "MMFloorElevators.h"
|
||||
#include "MMFloorGroundTruthPoints.h"
|
||||
|
||||
#include "IHasParams.h"
|
||||
|
||||
@@ -45,6 +46,7 @@ public:
|
||||
new MMFloorPOIs(this, floor);
|
||||
new MMFloorStairs(this, floor);
|
||||
new MMFloorElevators(this, floor);
|
||||
new MMFloorGroundTruthPoints(this, floor);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user