< prev | next >

Multiple Overlays < Samples < Home

Multiple Overlays

A map with multiple geographic overlays. Note that one of the overlays is initially invisible.

Full-Page View
<!-- Sample map with multiple geography overlays.
     Note that one of the overlays is initially
     invisible. -->
         
<WxML>
  <map bgcolor="#FFFFCC">
  
    <overlay visible="true">
      <data src="Oklahoma Maps" param="County borders"/>
    </overlay>
    
    <overlay visible="true">
      <data src="Oklahoma Maps" param="State border"/>
      <lineStyle width="3"/>
    </overlay>
    
    <overlay visible="true">
      <data src="Oklahoma Maps"
        param="Interstate highways"/>
      <lineStyle width="2"/>
    </overlay>
  
    <overlay visible="false">
      <data src="Oklahoma Maps" param="Rivers"/>
      <lineStyle color="#0000FF" width="1"/>
    </overlay>
    
  </map>
</WxML>

Confidential. Copyright © 2002, Oklahoma Climatological Survey. All Rights Reserved.
Send questions or comments concerning this web page to
wolfie@ou.edu.