Changeset 534 in tmcsimulator for trunk/webapps/cptms/index.html


Ignore:
Timestamp:
11/29/2019 01:12:47 PM (6 years ago)
Author:
jdalbey
Message:

cptms/index.html add callout btn and stub for callout map layer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/cptms/index.html

    r426 r534  
    9898    <!--The div elements where the buttons appear  --> 
    9999    <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> 
    100101    <button id="harButton" class="unstyled-button"><img id="harBtnImg" src="images/btnReady_HAR.png"></button> 
    101102    <button id="cctvButton" class="unstyled-button"><img id="cctvBtnImg" src="images/btnReady_CCTV.png"></button> 
     
    109110    <script  src="js/cctvLayer.js"></script> 
    110111    <script  src="js/harLayer.js"></script> 
     112    <script  src="js/calloutLayer.js"></script> 
    111113    <script  src="js/controls.js"></script> 
    112114    <script  src="js/night_mode.js"></script> 
     
    161163    var cctv_showing = false; 
    162164    var har_showing = false; 
     165    var callout_showing = false; 
    163166    var cctv_infowindow; // We create just a single instance of info window. 
    164167 
     
    191194    function initLayerButtons() 
    192195    { 
     196        initCalloutbutton(); 
    193197        initHARbutton(); 
    194198        initCCTVbutton(); 
Note: See TracChangeset for help on using the changeset viewer.