Index: trunk/webapps/js/vdsLayer.js
===================================================================
--- trunk/webapps/js/vdsLayer.js	(revision 333)
+++ trunk/webapps/js/vdsLayer.js	(revision 337)
@@ -1,10 +1,6 @@
     // Build a solid colored icon to use instead of the classic pin
-    // Use a diamond on N and E directions, circle on S and W directions
-    function dotSymbol(color) //,direction)
+    function dotSymbol(color) 
     {
-//        var circle = google.maps.SymbolPath.CIRCLE;
-//        var diamond = 'M -1,0 0,-1 1,0 0,1 z';
-//        var myShape = circle;
-        var iconPath = iconVDSgreen;
+        var iconPath = iconVDSwhite;
         if (color == 'red')
         {
@@ -15,17 +11,11 @@
             iconPath = iconVDSyellow;
         }
+        else if (color == 'lime')
+        {
+            iconPath = iconVDSgreen;
+        }
         return {
-//            path: iconPath,
-//            icon: 
-//                    {
-                        url: iconPath, 
-                        anchor: new google.maps.Point(6, 6)
-//                    };
-//            anchor: new google.maps.Point(6, 6),
-//            scale: 5,
-//            strokeColor: "black", // the border color
-//            strokeWeight: 1, // the border thickness
-//            fillColor: color,
-//            fillOpacity: 1.0
+            url: iconPath, 
+            anchor: new google.maps.Point(6, 6)
         };
     }
@@ -36,6 +26,4 @@
         // Load the static map data and call saveCoords when done
         map.data.loadGeoJson(kMapStartupFile, null, saveCoords)
-//        var d = new Date();
-//        var start = d.getTime();
         // Style the map data by applying the desired properties to each feature (marker)
         // The function will be called every time a feature's properties are updated.
@@ -52,9 +40,4 @@
             return {
                 icon: iconSymbol,
-/*                    icon: 
-                    {
-                        url: vdsIconGreen, 
-                        anchor: new google.maps.Point(6, 6)
-                    }, */
                 title: name + " @" + street, // set rollover text
                 // set zIndex for slowed traffic to a higher value so they overlap
