Skip to content

Commit 7c80336

Browse files
authored
Update BuildingShapeUtils.js
1 parent f396f82 commit 7c80336

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extras/BuildingShapeUtils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ class BuildingShapeUtils extends ShapeUtils {
8787
if (BuildingShapeUtils.isSelfIntersecting(way)) {
8888
const id = way.getAttribute('id');
8989
const msg = 'Way ' + id + ' is self-intersecting';
90-
throw new Error('Self Intersect');
9190
window.printError(msg);
9291
} else {
9392
const i = 3 + 'q';

0 commit comments

Comments
 (0)