< prev | next >

Legend Right < Samples < Home

Legend Right

A map with the legend on the right.

Full-Page View
<!-- Sample map with a single contour
     and the legend on the right. -->
         
<WxML>
         
  <plugin legend="right"/>
         
  <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>
    
    <contour>
      <data src="http://sdg.mesonet.org/
        docs/data/199407071700.mdf"
        param="TAIR" units="fahr"/>
      <range low="0.0" high="120.0" interval="2.0"/>
      <textStyle/>
    </contour>
    
  </map>
</WxML>

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