--- /dev/null
+node { z-index: 9;
+ icon-image: features/bike-shop.png;
+ text-offset: 28; font-family: DejaVu; text: name; font-size: 9; text_color: red; width: 50;}
\ No newline at end of file
--- /dev/null
+node[status=fixed] { z-index: 2;
+ icon-image: features/bugs/fixed.png; }
+
+node[status=invalid] { z-index: 2;
+ icon-image: features/bugs/invalid.png; }
+
+node[status=open] { z-index: 2;
+ icon-image: features/bugs/open.png;
+ text-offset: 14; font-family: DejaVu; text: name; font-size: 9; text_color: red; }
\ No newline at end of file