Changeset 534 in tmcsimulator for trunk/webapps
- Timestamp:
- 11/29/2019 01:12:47 PM (6 years ago)
- Location:
- trunk/webapps/cptms
- Files:
-
- 3 added
- 2 edited
-
CalloutMap_standalone.html (modified) (1 diff)
-
images/btnDepressed_Callout.png (added)
-
images/btnReady_Callout.png (added)
-
index.html (modified) (4 diffs)
-
js/calloutLayer.js (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/cptms/CalloutMap_standalone.html
r531 r534 215 215 lng: -117.5784 216 216 }, 217 infoContent: " Phone numbers crew 30"217 infoContent: "JENNY WELLS 949-462-8102" 218 218 }, 219 219 ]; -
trunk/webapps/cptms/index.html
r426 r534 98 98 <!--The div elements where the buttons appear --> 99 99 <div id="ctrButton"><img width="30" src="images/btn_mapcenter.png"</div> 100 <button id="calloutButton" class="unstyled-button"><img id="calloutBtnImg" src="images/btnReady_Callout.png"></button> 100 101 <button id="harButton" class="unstyled-button"><img id="harBtnImg" src="images/btnReady_HAR.png"></button> 101 102 <button id="cctvButton" class="unstyled-button"><img id="cctvBtnImg" src="images/btnReady_CCTV.png"></button> … … 109 110 <script src="js/cctvLayer.js"></script> 110 111 <script src="js/harLayer.js"></script> 112 <script src="js/calloutLayer.js"></script> 111 113 <script src="js/controls.js"></script> 112 114 <script src="js/night_mode.js"></script> … … 161 163 var cctv_showing = false; 162 164 var har_showing = false; 165 var callout_showing = false; 163 166 var cctv_infowindow; // We create just a single instance of info window. 164 167 … … 191 194 function initLayerButtons() 192 195 { 196 initCalloutbutton(); 193 197 initHARbutton(); 194 198 initCCTVbutton();
Note: See TracChangeset
for help on using the changeset viewer.
