From 5cbda264f89f4cd2d438832567c2530db0d16d81 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 14 Mar 2013 15:08:08 -0700 Subject: [PATCH] Fix vertex rendering --- js/id/svg/vertices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);