< prev | next >

disclosure < Tags < Home

<disclosure>

The <disclosure> tag specifies provides a mechanism for controlling the visual clutter on a map. There are many types of map elements, so a <disclosure> tag may have one of several parent tags, include <barb>, <contour>, <observation>, <overlay>, <series>, <site>, <gradient>, and <vector>.

Attributes

attribute

default

description

proximity

By default, proximity is not used when applying disclosure.

The minimum allowed distance between sites, in screen pixels. This attribute is only applicable to site-based products such as site and observation plots.

minScale

By default, scale is not used when applying disclosure.

The minimum scaling factor at which a map product is displayed, specified in kilometers per screen pixel.

maxScale

By default, scale is not used when applying dislcosure.

The maximum scaling factor at which a map product is displayed, specified in kilometers per screen pixel.

Children

None.

Examples

<observation>
  <data network="ARS Micronet" param="STID"/>
  <disclosure proximity="30"/>
</observation>
         
<overlay>
  <data src="Oklahoma Maps" param="County borders"/>
  <disclosure minScale="1.0" maxScale="5.0"/>
</overlay>
         
<site>
  <data network="Oklahoma Mesonet"/>
  <disclosure minScale="0.5" proximity="10"/>
</site>

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