mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
@@ -70,7 +70,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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user