Changeset 588 in tmcsimulator for branches/realtime_VDS/cptms/index.html


Ignore:
Timestamp:
03/10/2020 10:13:15 AM (6 years ago)
Author:
jdalbey
Message:

fix fetch interval labelling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/realtime_VDS/cptms/index.html

    r587 r588  
    150150    var kHARfile = "data_layers/har_locations_D12.gjson"; // CMS locations  
    151151    var lastFetchFile = "../dynamicdata/last_fetch_time.txt"; 
    152     var fetchInterval = 60; 
     152    var liveThreshold = 15; // minutes to be considerd "live" data 
    153153    var liveImage = "images/live.svg" 
    154154    var iconCMSactive = "images/icon_cms_active.png"; 
Note: See TracChangeset for help on using the changeset viewer.