Changeset 580 in tmcsimulator for trunk/webapps/visualizer/index.html


Ignore:
Timestamp:
02/06/2020 01:40:17 PM (6 years ago)
Author:
jdalbey
Message:

Fix visualizer so it ignores blank lines in traffic events file, and enables Next button when Beginning is clicked.

File:
1 edited

Legend:

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

    r530 r580  
    6363    //var kMapStartupFile = "../dynamicdata/highway_status(1).json"; // initial (static) highways file used once at startup 
    6464    var kMapStartupFile = "data_layers/highways_startup.json"; // initial (static) highways file used once at startup 
    65     var trafficEventsFile = "traffic_events.txt"; // traffic events file 
     65    var trafficEventsFile = "../dynamicdata/traffic_events.txt"; // traffic events file 
    6666    var iconVDSgreen = "images/circle_green.png" 
    6767    var iconVDSyellow = "images/circle_yellow.png" 
Note: See TracChangeset for help on using the changeset viewer.