Changeset 572 in tmcsimulator


Ignore:
Timestamp:
01/29/2020 12:04:49 PM (6 years ago)
Author:
jdalbey
Message:

Remove obsolete code from GTEC/index.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/GTEC/index.html

    r569 r572  
    1414  <body> 
    1515    <!--  
    16          Version 6.5 Adjust cms dialog dimensions for Chrome. 
    17              Version 6.4 Remove fullscreen control. (Use Browser F11 instead). 
    18          Version 6.3 decomposed into modules for each layer 
    19          Version 6.2 puts cctv and cms and vds in separate data layers.    
    20          Version 6.1 Puts cms messages in json formatted file.  Polls for updates. 
    21          Version 6.0 Adds speed-dependent images to infowindow for cctv icons 
    22          Version 5.8 Adds an infowindow with a static image for all cctv icons 
    23          Version 5.7 integrates CCTV icons and button (but empty click handler) 
    24          Version 5.6 integrates CMS features 
    25          Version 5.5 renames title to CPTMS, loads static data on startup and dynamic data 
    26          every ten seconds.   
    27          Version 5.4 adds Search box and Center button 
    28          Version 5.3 fixed dot color update defect, increased refresh rate to 10 sec. 
    29          Version 5.2 places red dots overlapping yellow dots. 
    30          Version 5.1 removes the map and street view buttons and the H3 tag. 
    31          Version 5 uses precomputed perpendicular vector in dot adjustment function 
    32          Version 4 Adjust the spacing between dots when the map is zoomed. 
    33          Version 3 does loadGeoJson only once, and subsequently does an ajax load 
    34          of the highways file, and selectively updates only those placePins whose 
    35          color has changed.  
    36          @author jdalbey  2019.2.17 
     16         Visualizer created from CPTMS 
     17         @author tkumar and jdalbey 2019.11.23 
    3718    --> 
    3819 
     
    9879    var eventTimes = []; //array to hold times of each traffic event 
    9980    eventTimes[0] = "00:00:00"; 
    100     var diff_arr = []; // 2d array containing  
     81    var diff_arr = []; // 2d array containing difference in map state between each event 
    10182    var eventIndex = -1; //to index into above array 
    10283 
     
    153134         
    154135        loadVDSlayer(); // go load the map data 
    155        // processVDS(); 
    156136 
    157137        initLayerButtons(); // setup the show/hide layer buttons 
    158138 
    159139        updateVDSlayer(); 
    160         setTimeout(function() { 
    161          //   buildDiff(); 
    162             updateVDSlayer(); 
    163         }, 3000); 
    164140 
    165141        // Listen for zoom changes and move the vds dots so as to keep a nice 
Note: See TracChangeset for help on using the changeset viewer.