Update to iD v1.7.2

This commit is contained in:
Bryan Housel 2015-05-03 10:30:14 -04:00
parent f36fc22e1a
commit 2ac8b4b760
2 changed files with 3 additions and 3 deletions

View file

@ -17044,7 +17044,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on'); return d3.rebind(context, dispatch, 'on');
}; };
iD.version = '1.7.1'; iD.version = '1.7.2';
(function() { (function() {
var detected = {}; var detected = {};
@ -23378,7 +23378,7 @@ iD.Connection = function() {
return result; 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', var type = k + 's',
osmIDs = _.map(v, iD.Entity.id.toOSM); osmIDs = _.map(v, iD.Entity.id.toOSM);

View file

@ -5450,7 +5450,7 @@ iD.data.presets = {
"pumpjack" "pumpjack"
], ],
"tags": { "tags": {
"man_made": "mast" "man_made": "petroleum_well"
}, },
"name": "Oil Well" "name": "Oil Well"
}, },