mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Refine tagged vertex rendering
Don't render tagged vertices for which we don't have an icon as the 'marker' icon. Marker shape is for points.
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ g.vertex.shared .stroke {
|
||||
fill: #aaa;
|
||||
}
|
||||
|
||||
svg[data-zoom="16"] g.vertex.tagged .fill {
|
||||
g.vertex.tagged .fill {
|
||||
fill: #000;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user