< prev | next >

No Legend < Samples < Home

No Legend

A map without a legend.

Full-Page View
<!-- Sample map with a single contour and no legend. -->
         
<WxML>
         
  <plugin legend="false"/>
         
  <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/wxml/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.