< prev | next >

Custom Geography < Samples < Home

Custom Geography

A map with a custom-defined area.

Full-Page View
<!-- Sample map with a custom-defined area. -->
         
<WxML>
  <map bgcolor="#FFFFCC">
  
    <geography>
      <origin latitude="34.68" longitude="-98.3583"/>
      <extent latitude="35.05" longitude="-97.85"/>
    </geography>
  
    <overlay visible="true">
      <data src="Oklahoma Maps" param="County borders"/>
    </overlay>
    
    <overlay visible="true">
      <data param="State border"/>
      <lineStyle width="3"/>
    </overlay>
         
    <site>
      <data network="ARS Micronet"/>
      <pointStyle color="#6699FF" symbol="smallSquare"/>
    </site>
    
    <observation position="18">
      <data network="ARS Micronet" param="STID"/>
      <textStyle color="#6699FF"/>
    </observation>
  
  </map>
</WxML>

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