Skip to content

Commit 5a219ba

Browse files
committed
fix tests
1 parent d3d4998 commit 5a219ba

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
@@ -144,7 +144,7 @@ class BuildingShapeUtils extends ShapeUtils {
144144
}
145145

146146
ways.forEach(w => {
147-
const wayID = w.getAttribute('ref');
147+
const wayID = w.getAttribute('id');
148148
if (usedWays.has(wayID)){
149149
return;
150150
}

0 commit comments

Comments
 (0)