Update to iD v1.6.2

This commit is contained in:
John Firebaugh 2014-10-24 09:26:09 -07:00
parent 8c2731a416
commit 6f2dcedf71

View file

@ -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) {