From: Bryan Housel Date: Sun, 3 May 2015 14:30:14 +0000 (-0400) Subject: Update to iD v1.7.2 X-Git-Tag: live~4165 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2ac8b4b76057c293fc93f492359933db87abfc59 Update to iD v1.7.2 --- diff --git a/vendor/assets/iD/iD.js b/vendor/assets/iD/iD.js index 617ec0acc..47393cad2 100644 --- a/vendor/assets/iD/iD.js +++ b/vendor/assets/iD/iD.js @@ -17044,7 +17044,7 @@ window.iD = function () { return d3.rebind(context, dispatch, 'on'); }; -iD.version = '1.7.1'; +iD.version = '1.7.2'; (function() { var detected = {}; @@ -23378,7 +23378,7 @@ iD.Connection = function() { return result; } - _.each(_.groupBy(ids, iD.Entity.id.type), function(v, k) { + _.each(_.groupBy(_.uniq(ids), iD.Entity.id.type), function(v, k) { var type = k + 's', osmIDs = _.map(v, iD.Entity.id.toOSM); diff --git a/vendor/assets/iD/presets.js b/vendor/assets/iD/presets.js index 0a09d502d..9ef8ee97c 100644 --- a/vendor/assets/iD/presets.js +++ b/vendor/assets/iD/presets.js @@ -5450,7 +5450,7 @@ iD.data.presets = { "pumpjack" ], "tags": { - "man_made": "mast" + "man_made": "petroleum_well" }, "name": "Oil Well" },