mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 06:28:15 +02:00
Update bound data for all elements of points, vertices
This commit is contained in:
@@ -52,6 +52,7 @@ iD.svg.Points = function(projection) {
|
||||
// sets the data (point entity) on the element
|
||||
groups.select('image')
|
||||
.attr('xlink:href', imageHref);
|
||||
groups.select('.shadow, .stroke');
|
||||
|
||||
groups.exit()
|
||||
.remove();
|
||||
|
||||
@@ -40,8 +40,7 @@ iD.svg.Vertices = function(projection) {
|
||||
|
||||
// Selecting the following implicitly
|
||||
// sets the data (vertix entity) on the elements
|
||||
groups.select('circle.fill');
|
||||
groups.select('circle.stroke');
|
||||
groups.select('circle.fill, circle.stroke, circle.shadow');
|
||||
|
||||
groups.exit()
|
||||
.remove();
|
||||
|
||||
Reference in New Issue
Block a user