Index: trunk/webapps/GTEC/index.html
===================================================================
--- trunk/webapps/GTEC/index.html	(revision 569)
+++ trunk/webapps/GTEC/index.html	(revision 572)
@@ -14,25 +14,6 @@
   <body>
     <!-- 
-         Version 6.5 Adjust cms dialog dimensions for Chrome.
-	     Version 6.4 Remove fullscreen control. (Use Browser F11 instead).
-         Version 6.3 decomposed into modules for each layer
-         Version 6.2 puts cctv and cms and vds in separate data layers.   
-         Version 6.1 Puts cms messages in json formatted file.  Polls for updates.
-         Version 6.0 Adds speed-dependent images to infowindow for cctv icons
-         Version 5.8 Adds an infowindow with a static image for all cctv icons
-         Version 5.7 integrates CCTV icons and button (but empty click handler)
-         Version 5.6 integrates CMS features
-         Version 5.5 renames title to CPTMS, loads static data on startup and dynamic data
-         every ten seconds.  
-         Version 5.4 adds Search box and Center button
-         Version 5.3 fixed dot color update defect, increased refresh rate to 10 sec.
-         Version 5.2 places red dots overlapping yellow dots.
-         Version 5.1 removes the map and street view buttons and the H3 tag.
-         Version 5 uses precomputed perpendicular vector in dot adjustment function
-         Version 4 Adjust the spacing between dots when the map is zoomed.
-         Version 3 does loadGeoJson only once, and subsequently does an ajax load
-         of the highways file, and selectively updates only those placePins whose
-         color has changed. 
-         @author jdalbey  2019.2.17
+         Visualizer created from CPTMS
+         @author tkumar and jdalbey 2019.11.23
     -->
 
@@ -98,5 +79,5 @@
     var eventTimes = []; //array to hold times of each traffic event
     eventTimes[0] = "00:00:00";
-    var diff_arr = []; // 2d array containing 
+    var diff_arr = []; // 2d array containing difference in map state between each event
     var eventIndex = -1; //to index into above array
 
@@ -153,13 +134,8 @@
         
         loadVDSlayer(); // go load the map data
-       // processVDS();
 
         initLayerButtons(); // setup the show/hide layer buttons
 
         updateVDSlayer();
-        setTimeout(function() {
-         //   buildDiff();
-            updateVDSlayer();
-        }, 3000);
 
         // Listen for zoom changes and move the vds dots so as to keep a nice
