Changeset 428 in tmcsimulator for trunk/webapps


Ignore:
Timestamp:
07/03/2019 04:59:36 PM (7 years ago)
Author:
jdalbey
Message:

maps/index.html updated with a practice session incident location map.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/einotebook/maps/index.html

    r401 r428  
    2020                <td> 
    2121                <label> 
    22                     <input id="imap" type="radio" name="mapSelector" value="incidents"  onclick="showMap('Google Map')"/>Incidents 
     22                    <input id="imap" type="radio" name="mapSelector" value="incidents"  onclick="showMap('Google Map')"/>Practice Session 
    2323                </label> 
    2424                <label> 
    25                     <input id="amap" type="radio" name="mapSelector" value="atms" onclick="showMap('ATMS Map')"/>ATMS 
     25                    <input id="amap" type="radio" name="mapSelector" value="atms" onclick="showMap('ATMS Map')"/>Full Session 
    2626                </label> 
    2727                </td> 
     
    3131         
    3232            <!-- The Map --> 
    33             <div id="googleMapContent"> 
    34 <iframe src="https://www.google.com/maps/d/embed?mid=11RLV4iMbnXW7HlZCATvTa9z1Y01gngzR&z=10" width="640" height="480"></iframe> 
    35         <div> 
    36 <!-- 
    37 <iframe frameborder=0 width=740 height=600  
    38                 scrolling=no src="https://drive.google.com/open?id=11RLV4iMbnXW7HlZCATvTa9z1Y01gngzR&usp=sharing" marginheight=0 marginwidth=0></iframe>  --> 
    39  
    40         <div id="atmsMapContent"><iframe frameborder=0 width="740" height="600"  
    41                 scrolling=no src="../../cptms/index.html" marginheight=0 marginwidth=0></iframe></div> 
    42  
     33            <div id="googleMapContent" style="display:none;"><iframe src="https://www.google.com/maps/d/embed?mid=1w6Zmw5g89leCONXqh8GFOOCHjSPDLkbs&z=10" width="640" height="480"></iframe></div> 
     34        <div id="atmsMapContent" style="display:inline;"><iframe src="https://www.google.com/maps/d/embed?mid=11RLV4iMbnXW7HlZCATvTa9z1Y01gngzR&z=10" width="640" height="480"></iframe></div> 
    4335    </center> 
    4436  </body> 
Note: See TracChangeset for help on using the changeset viewer.