diff --git a/js/id/svg/vertices.js b/js/id/svg/vertices.js index 6a8ac6cb9..0418f63af 100644 --- a/js/id/svg/vertices.js +++ b/js/id/svg/vertices.js @@ -55,7 +55,7 @@ iD.svg.Vertices = function(projection, context) { } function center(entity) { - if (zoom !== 0 && entity.hasInterestingTags()) { + if (icon(entity)) { d3.select(this) .attr('cx', 0.5) .attr('cy', -0.5);