Changeset 337 in tmcsimulator for trunk/webapps/cptms.html
- Timestamp:
- 03/20/2019 11:25:24 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/webapps/cptms.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/cptms.html
r336 r337 126 126 }; 127 127 128 var kVDSstatusFile = "highway_status .json"; // dynamic json data file created by CADserver129 var kMapStartupFile = "data_layers/highways_startup .json"; // initial (static) highways file used once at startup128 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 130 130 var kCMSfile = "data_layers/cms_locations_D12.gjson"; // CMS locations 131 131 var kCCTVfile = "data_layers/cctv_locations_D12.gjson"; // CCTV locations … … 138 138 var iconVDSyellow = "images/circle_yellow.png" 139 139 var iconVDSred = "images/circle_red.png" 140 var iconVDSwhite = "images/circle_white.png" 140 141 var iconHARactive = "images/icon_har_active.png"; 141 142 var cms_showing = false;
Note: See TracChangeset
for help on using the changeset viewer.
