We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e77b97 commit 6f18570Copy full SHA for 6f18570
src/extras/BuildingShapeUtils.js
@@ -57,7 +57,7 @@ class BuildingShapeUtils extends ShapeUtils {
57
* @return {boolean}
58
*/
59
static isSelfIntersecting(way) {
60
- if (isClosed(way)){
+ if (BuildingShapeUtils.isClosed(way)){
61
// Drop the final node.
62
}
63
// Check if the same node ref appears multiple times
0 commit comments