openOutersAdd method
void
openOutersAdd(
- Waypath waypath
Implementation
void openOutersAdd(Waypath waypath) {
assert(!waypath.isClosedWay());
_boundingBox = null;
_openOuters.add(waypath);
}