forked from MapComplete/MapComplete
Better handling of metadata when the data is reloaded, remove unneeded console logging
This commit is contained in:
parent
d4909734a1
commit
116371c351
2 changed files with 14 additions and 6 deletions
|
@ -363,8 +363,6 @@ export class OsmWay extends OsmObject {
|
|||
let latSum = 0
|
||||
let lonSum = 0
|
||||
|
||||
console.log("element is", element, "nodes are", allNodes)
|
||||
|
||||
const nodeDict = new Map<number, OsmNode>()
|
||||
for (const node of allNodes) {
|
||||
nodeDict.set(node.id, node)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue