Changeset 337 in tmcsimulator for trunk/webapps/cptms.html


Ignore:
Timestamp:
03/20/2019 11:25:24 AM (7 years ago)
Author:
jdalbey
Message:

CPTMS: Add white circle image and supporting code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/cptms.html

    r336 r337  
    126126    }; 
    127127 
    128     var kVDSstatusFile = "highway_status.json"; // dynamic json data file created by CADserver 
    129     var kMapStartupFile = "data_layers/highways_startup.json"; // initial (static) highways file used once at startup 
     128    var kVDSstatusFile = "highway_status_test.json"; // dynamic json data file created by CADserver 
     129    var kMapStartupFile = "data_layers/highways_startup_test.json"; // initial (static) highways file used once at startup 
    130130    var kCMSfile = "data_layers/cms_locations_D12.gjson"; // CMS locations  
    131131    var kCCTVfile = "data_layers/cctv_locations_D12.gjson"; // CCTV locations 
     
    138138    var iconVDSyellow = "images/circle_yellow.png" 
    139139    var iconVDSred = "images/circle_red.png" 
     140    var iconVDSwhite = "images/circle_white.png" 
    140141    var iconHARactive = "images/icon_har_active.png"; 
    141142    var cms_showing = false; 
Note: See TracChangeset for help on using the changeset viewer.