Update to iD v1.6.2
This commit is contained in:
parent
8c2731a416
commit
6f2dcedf71
1 changed files with 2 additions and 2 deletions
4
vendor/assets/iD/iD.js
vendored
4
vendor/assets/iD/iD.js
vendored
|
@ -16428,7 +16428,7 @@ window.iD = function () {
|
|||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.6.1';
|
||||
iD.version = '1.6.2';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
@ -23424,7 +23424,7 @@ iD.Tree = function(head) {
|
|||
diff.modified().forEach(function(entity) {
|
||||
rtree.remove(rectangles[entity.id]);
|
||||
insertions[entity.id] = entity;
|
||||
updateParents(entity, insertions);
|
||||
updateParents(entity, insertions, {});
|
||||
});
|
||||
|
||||
diff.created().forEach(function(entity) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue