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:
John Firebaugh
2013-03-14 13:34:26 -07:00
parent 1582917f0d
commit 51a217caa2
7 changed files with 34 additions and 22 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ g.vertex.shared .stroke {
fill: #aaa;
}
svg[data-zoom="16"] g.vertex.tagged .fill {
g.vertex.tagged .fill {
fill: #000;
}