Skip to content

Commit 6f18570

Browse files
authored
Update BuildingShapeUtils.js
1 parent 2e77b97 commit 6f18570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extras/BuildingShapeUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class BuildingShapeUtils extends ShapeUtils {
5757
* @return {boolean}
5858
*/
5959
static isSelfIntersecting(way) {
60-
if (isClosed(way)){
60+
if (BuildingShapeUtils.isClosed(way)){
6161
// Drop the final node.
6262
}
6363
// Check if the same node ref appears multiple times

0 commit comments

Comments
 (0)