Fix vertex rendering

This commit is contained in:
John Firebaugh
2013-03-14 15:08:08 -07:00
parent 7df4f742f6
commit 5cbda264f8
+1 -1
View File
@@ -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);