Index: trunk/webapps/js/vdsLayer.js
===================================================================
--- trunk/webapps/js/vdsLayer.js	(revision 326)
+++ trunk/webapps/js/vdsLayer.js	(revision 333)
@@ -6,12 +6,12 @@
 //        var diamond = 'M -1,0 0,-1 1,0 0,1 z';
 //        var myShape = circle;
-        var iconPath = vdsIconGreen;
+        var iconPath = iconVDSgreen;
         if (color == 'red')
         {
-           iconPath = vdsIconRed;
+           iconPath = iconVDSred;
         }
         else if (color == 'yellow')
         {
-            iconPath = vdsIconYellow;
+            iconPath = iconVDSyellow;
         }
         return {
@@ -136,5 +136,5 @@
     {
         var parsed_JSON;
-        loadJSON(kMapPointsFile, function(response)
+        loadJSON(kVDSstatusFile, function(response)
         {
             // Parse JSON string into object
