Changeset 528 in tmcsimulator for trunk/webapps/visualizer/index.html
- Timestamp:
- 11/19/2019 06:47:43 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/webapps/visualizer/index.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/visualizer/index.html
r516 r528 48 48 <button id="cmsButton" class="unstyled-button"><img id="cmsBtnImg" src="images/btnReady_CMS.png"></button>--> 49 49 <button id="vdsButton" class="unstyled-button"><img id="vdsBtnImg" src="images/btnDepressed_VDS.png"></button> 50 <p id="time"> Time</p>50 <p id="time">00:00:00</p> 51 51 <button id="start" >Beginning</button> 52 52 <button id="forward" >Next</button> 53 <button id="backward" >Back</button> 53 54 <script src="../common/js/fileutils.js"></script> 54 55 <script src="../common/js/revision_number.dat"></script> … … 95 96 var filters = []; //array to hold markers for visualizer 96 97 var times = []; //array to hold times of each traffic event 98 times[0] = "00:00:00"; 99 var diff_arr = []; // array to hold difference in target markers 97 100 var index = -1; //to index into above array 98 101 … … 154 157 155 158 updateVDSlayer(); 159 setTimeout(function() { 160 buildDiff(); 161 updateVDSlayer(); 162 }, 3000); 156 163 157 164 // 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.
