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