diff --git a/js/id/core/entity.js b/js/id/core/entity.js index c97545ee9..cffb8eb5f 100644 --- a/js/id/core/entity.js +++ b/js/id/core/entity.js @@ -36,7 +36,8 @@ iD.Entity.key = function(entity) { iD.Entity.areaPath = d3.geo.path() .projection(d3.geo.mercator() - .scale(12016420.517592335)); + .scale(12016420.517592335) + .precision(0)); iD.Entity.prototype = { tags: {},