Changeset 330 in tmcsimulator for trunk/webapps


Ignore:
Timestamp:
03/18/2019 01:47:16 PM (7 years ago)
Author:
jdalbey
Message:

cptms v0.6.4 removes fullscreen control, adjusts cms dialog position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/cptms.html

    r329 r330  
    55<!-- map center button icon from http://icons8.com/.  (Obligatory backlink, don't remove ) --> 
    66  <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> 
    7     <title>CPTMS Map v0.6.2</title>  
     7    <title>CPTMS Map v0.6.4</title>  
    88  <!--  Styles  --> 
    99  <link rel="stylesheet" href="">     
     
    107107          position: absolute; 
    108108          top: 10%; 
    109           right: 20%; 
     109          left: 25%; 
    110110          background-color: #729FFF; /* #ECECFB; */ 
    111111          margin: auto; 
     
    140140  <body> 
    141141    <!--  
     142             Version 6.4 Remove fullscreen control. (Use Browser F11 instead). 
    142143         Version 6.3 decomposed into modules for each layer 
    143144         Version 6.2 puts cctv and cms and vds in separate data layers.    
     
    289290            styles: night_mode, 
    290291            mapTypeControl: false, 
    291             streetViewControl: false 
     292            streetViewControl: false, 
     293                        fullscreenControl: false 
    292294        }); 
    293295 
Note: See TracChangeset for help on using the changeset viewer.