Update to iD v1.7.2
This commit is contained in:
parent
f36fc22e1a
commit
2ac8b4b760
2 changed files with 3 additions and 3 deletions
4
vendor/assets/iD/iD.js
vendored
4
vendor/assets/iD/iD.js
vendored
|
@ -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);
|
||||||
|
|
||||||
|
|
2
vendor/assets/iD/presets.js
vendored
2
vendor/assets/iD/presets.js
vendored
|
@ -5450,7 +5450,7 @@ iD.data.presets = {
|
||||||
"pumpjack"
|
"pumpjack"
|
||||||
],
|
],
|
||||||
"tags": {
|
"tags": {
|
||||||
"man_made": "mast"
|
"man_made": "petroleum_well"
|
||||||
},
|
},
|
||||||
"name": "Oil Well"
|
"name": "Oil Well"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue