mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 09:34:04 +02:00
Selecting implicitly sets data
This commit is contained in:
@@ -47,8 +47,7 @@ iD.svg.Midpoints = function(projection) {
|
||||
|
||||
groups.attr('transform', iD.svg.PointTransform(projection));
|
||||
|
||||
groups.selectAll('circle')
|
||||
.data(_.values(midpoints), function (d) { return d.id; });
|
||||
groups.select('circle');
|
||||
|
||||
groups.exit()
|
||||
.remove();
|
||||
|
||||
Reference in New Issue
Block a user