Changeset 338 in tmcsimulator for trunk/webapps/cptms.html
- Timestamp:
- 03/21/2019 08:55:34 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/webapps/cptms.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/cptms.html
r337 r338 126 126 }; 127 127 128 var kVDSstatusFile = "highway_status _test.json"; // dynamic json data file created by CADserver129 var kMapStartupFile = "data_layers/highways_startup _test.json"; // initial (static) highways file used once at startup128 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 130 130 var kCMSfile = "data_layers/cms_locations_D12.gjson"; // CMS locations 131 131 var kCCTVfile = "data_layers/cctv_locations_D12.gjson"; // CCTV locations … … 213 213 <script src="js/controls.js"></script> 214 214 <script src="js/night_mode.js"></script> 215 <!-- Using John's API Key -->215 <!-- Using John's API Key 216 216 <script async defer 217 217 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> 219 222 <!-- 220 export GOOGLE_APPLICATION_CREDENTIALS="/home/ jdalbey/Dropbox/TMCdocuments/TMC Simulator-c3ae15ddb96b.json"223 export GOOGLE_APPLICATION_CREDENTIALS="/home/<path to file>/TMC Simulator-c3ae15ddb96b.json" 221 224 --> 222 225 </body>
Note: See TracChangeset
for help on using the changeset viewer.
