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


Ignore:
Timestamp:
03/21/2019 08:55:34 AM (7 years ago)
Author:
jdalbey
Message:

Add items to adhoc_incidents.xml, add unavailable image for cctv files not found - and corresponding code in cctvLayer.js. Make HAR messages upper case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/cptms.html

    r337 r338  
    126126    }; 
    127127 
    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 
     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 
    130130    var kCMSfile = "data_layers/cms_locations_D12.gjson"; // CMS locations  
    131131    var kCCTVfile = "data_layers/cctv_locations_D12.gjson"; // CCTV locations 
     
    213213    <script  src="js/controls.js"></script> 
    214214    <script  src="js/night_mode.js"></script> 
    215     <!-- Using John's API Key --> 
     215    <!-- Using John's API Key  
    216216    <script async defer 
    217217    src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD6iTyN0DjP-9OVkAgicyp4tkC10naE_B8&libraries=places&callback=initMap"> 
    218     </script> 
     218    </script>--> 
     219    <!-- Project API Key --> 
     220    <script async defer 
     221    src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCJuoPR3s6_qekC-GA1v5rvTcVocL3AXHE&libraries=places&callback=initMap"></script> 
    219222<!-- 
    220 export GOOGLE_APPLICATION_CREDENTIALS="/home/jdalbey/Dropbox/TMCdocuments/TMC Simulator-c3ae15ddb96b.json" 
     223export GOOGLE_APPLICATION_CREDENTIALS="/home/<path to file>/TMC Simulator-c3ae15ddb96b.json" 
    221224--> 
    222225  </body> 
Note: See TracChangeset for help on using the changeset viewer.