added earth-registration support
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "MapLayer.h"
|
||||
#include "MMFloors.h"
|
||||
#include "MMRegistration.h"
|
||||
|
||||
#include <Indoor/floorplan/v2/Floorplan.h>
|
||||
|
||||
@@ -23,6 +24,7 @@ public:
|
||||
MMRoot(MapLayer* parent, Floorplan::IndoorMap* map) : MapLayer(parent), map(map) {
|
||||
|
||||
// all floors
|
||||
new MMRegistration(this, map);
|
||||
new MMFloors(this, map);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user