Skip to content

Commit

Permalink
Update building.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored Mar 26, 2024
1 parent fe0888c commit e8c4d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/building.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class Building {
}
ways.push(xmlData);
}
console.log("Number of ways: " + ways.length);
window.printError("Number of ways: " + ways.length);
for (let i = 0; i < ways.length; i++) {
const way = ways[i];
if (way.tagName.toLowerCase() === 'way') {
Expand Down

0 comments on commit e8c4d43

Please sign in to comment.