mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Fix map
This commit is contained in:
@@ -140,8 +140,9 @@ iD.Map = function() {
|
||||
return handles;
|
||||
}
|
||||
|
||||
function hasTwoParents(d) { return parentStructure[d.id] > 1; }
|
||||
function drawHandles(waynodes, parentStructure, filter) {
|
||||
function hasTwoParents(d) { return parentStructure[d.id] > 1; }
|
||||
|
||||
var handles = g.hit.selectAll('circle.handle')
|
||||
.filter(filter)
|
||||
.data(waynodes, key);
|
||||
|
||||
Reference in New Issue
Block a user