added "outdoor" support to floorplan and grid-nodes
This commit is contained in:
@@ -227,6 +227,7 @@ namespace Floorplan {
|
||||
XMLElem* polygon = doc.NewElement("polygon");
|
||||
polygon->SetAttribute("name", poly->name.c_str());
|
||||
polygon->SetAttribute("method", method.c_str());
|
||||
polygon->SetAttribute("outdoor", poly->outdoor);
|
||||
dst->InsertEndChild(polygon);
|
||||
|
||||
for (Point2 p : poly->poly.points) {
|
||||
|
||||
Reference in New Issue
Block a user