We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f396f82 commit 7c80336Copy full SHA for 7c80336
src/extras/BuildingShapeUtils.js
@@ -87,7 +87,6 @@ class BuildingShapeUtils extends ShapeUtils {
87
if (BuildingShapeUtils.isSelfIntersecting(way)) {
88
const id = way.getAttribute('id');
89
const msg = 'Way ' + id + ' is self-intersecting';
90
- throw new Error('Self Intersect');
91
window.printError(msg);
92
} else {
93
const i = 3 + 'q';
0 commit comments