diff --git a/js/id/core/connection.js b/js/id/core/connection.js index 35b1cef4f..1e11c9fb9 100644 --- a/js/id/core/connection.js +++ b/js/id/core/connection.js @@ -207,7 +207,7 @@ iD.Connection = function() { connection.changesetTags = function(comment, imageryUsed) { var tags = { - imagery_used: imageryUsed.join(';'), + imagery_used: imageryUsed.join(';').substr(0, 255), created_by: 'iD ' + iD.version };