OpenLayers OpenLayers

Changeset 6170

Show
Ignore:
Timestamp:
02/09/08 13:09:05 (10 months ago)
Author:
euzuro
Message:

make the framed popups map a little bigger, and get rid of old text (no longer relevant)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/euzuro/pop/examples/framedPopups.html

    r6101 r6170  
    33    <style type="text/css"> 
    44        #map { 
    5             width: 512px; 
    6             height: 400px; 
     5            width: 800px; 
     6            height: 500px; 
    77            border: 1px solid black; 
    88        } 
     
    8181  <div id="tags"> 
    8282  </div> 
    83   <p id="shortdesc"> 
    84       All kinds of ways to create and interact with Popups. 
    85   </p> 
     83     <p id="shortdesc"> 
     84         All kinds of ways to create and interact with Popups. 
     85     </p> 
    8686 
    87   <div id="map"></div> 
    88     <div id="docs"> 
    89       Detailed description of this example needs to be written.<br /> 
    90     <a href="javascript:changeDecoration();void(0)" >change popup decoration</a>  
    91     You'll need to reopen the popup to see it rendered differently.<br /> 
    92     Below you can find the way bubble decoration dimensions are calculated.<br /> 
    93     <img src="../img/popup_orange_dimensions.png" /> 
    94      
     87      <div id="map"></div> 
    9588   </div> 
    9689  </body>