mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-25 21:26:29 +02:00
Fix vertex rendering
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user