added "outdoor" support to floorplan and grid-nodes
This commit is contained in:
@@ -412,6 +412,7 @@ namespace Floorplan {
|
||||
static FloorOutlinePolygon* parseFloorPolygon(const XMLElem* el) {
|
||||
FloorOutlinePolygon* poly = new FloorOutlinePolygon();
|
||||
poly->name = el->Attribute("name");
|
||||
poly->outdoor = el->BoolAttribute("outdoor");
|
||||
poly->method = parseOutlineMethod(el->Attribute("method"));
|
||||
poly->poly = parsePoly2(el);
|
||||
return poly;
|
||||
|
||||
Reference in New Issue
Block a user