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

@@ -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);
}