diff --git a/js/id/connection.js b/js/id/connection.js index 5feae7a28..4e9c90eba 100644 --- a/js/id/connection.js +++ b/js/id/connection.js @@ -103,7 +103,7 @@ iD.Connection = function() { return oauth.authenticated(); } - connection.putChangeset = function(changes, comment, callback) { + connection.putChangeset = function(changes, comment, imagery_used, callback) { oauth.xhr({ method: 'PUT', path: '/api/0.6/changeset/create', diff --git a/js/id/format/xml.js b/js/id/format/xml.js index 5167dfe1d..e0ef9e41a 100644 --- a/js/id/format/xml.js +++ b/js/id/format/xml.js @@ -15,14 +15,15 @@ iD.format.XML = { return s.replace(/>/g,'>').replace(/