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


Ignore:
Timestamp:
03/19/2019 05:59:34 AM (7 years ago)
Author:
jdalbey
Message:

Update cptms code to reflect image name changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/cptms.html

    r330 r333  
    251251    }; 
    252252 
    253     var kMapPointsFile = "highway_status.json"; // dynamic json data file created by CADserver 
     253    var kVDSstatusFile = "highway_status.json"; // dynamic json data file created by CADserver 
    254254    var kMapStartupFile = "data_layers/highways_startup.json"; // initial (static) highways file used once at startup 
    255255    var kCMSfile = "data_layers/cms_locations_D12.gjson"; // CMS locations  
    256256    var kCCTVfile = "data_layers/cctv_locations_D12.gjson"; // CCTV locations 
    257257    var kHARfile = "data_layers/har_locations_D12.gjson"; // CMS locations  
    258     var blueFlag = "images/icon_cmsBlue.png"; 
    259     var yellowFlag = "images/icon_cmsYellow.png"; 
     258    var iconCMSactive = "images/icon_cms_active.png"; 
     259    var iconCMSidle = "images/icon_cms_idle.png"; 
    260260    var cctvIcon = "images/icon_cctvCyan.png"; 
    261261    var cctvIconWhite = "images/icon_cctvWhite.png"; 
    262     var vdsIconGreen = "images/circle-green.png" 
    263     var vdsIconYellow = "images/circle-yellow.png" 
    264     var vdsIconRed = "images/circle-red.png" 
    265     var harActive = "images/icon_harActive.png"; 
     262    var iconVDSgreen = "images/circle_green.png" 
     263    var iconVDSyellow = "images/circle_yellow.png" 
     264    var iconVDSred = "images/circle_red.png" 
     265    var iconHARactive = "images/icon_har_active.png"; 
    266266    var cms_showing = false; 
    267267    var vds_showing = true; 
Note: See TracChangeset for help on using the changeset viewer.