< prev | next >

geography < Tags < Home

<geography>

The <geography> tag specifies the area covered by a map. As such, it is only used as a child of a <map>.

The geography attribute was the original mechanism for defining the area of a map. The <geography> was introduced in a subsequent version of WxML to provide more flexibility when defining map areas. When both are specified, the <geography> tag takes precedence over the geography attribute. Although both methods are currently supported in WxML for convenience, it is likely that one or both of them could be obsoleted in future versions in support of an improved mechanism.

Attributes

None.

Children

tag

quantity

description

<origin>

1 (required)

The lower left (southwest) corner of the map, specified as a lat/lon position.

<extent>

1 (required)

The upper right (northeast) corner of the map, specified as a lat/lon position.

<projection>

1 (optional)

The projection used in displaying the map on the screen.

Examples

<map>
  <geography>
    <origin latitude="34.14" longitude="-102.0"/>
    <extent latitude="37.0" longitude="-94.62"/>
    <projection type="lambertConformal"
      centerLat="35" centerLon="-85"
      stdLat1="30" stdLat2="40"/>
  </geography>
</map>

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