Moxi Media Inc.
<FULL-EXTENT> Tree View | Discussion Forum
IMF Developer's Guide » Map Configuration » <FULL-EXTENT>  

The <FULL-EXTENT> element is used to specify the exent of the map that Full Extent tool will zoom to. The full extent isn't necessarily the maximum extent of the data, and does not restrict the user from zooming beyond the specified extent. If the full extent is not set, it will be the same as the initial extent of the map.

Frequency Parent Elements (this element is valid within):
POS1 <MAP>
   

Attributes Description
minx The minimum X coordinate double precision value. Required.
miny The minimum Y coordinate double precision value. Required.
maxx The maximum X coordinate double precision value. Required.
maxy The maximum Y coordinate double precision value. Required.
   

Frequency Description (in this context)
POS1 The <FULL-EXTENT> element is optional, and may appear only once within the <MAP> element in the specified sequence.
   

Example:

<FULL-EXTENT minx="143183" miny="281901" maxx="1918551" maxy="1773046" /> 

Valid HTML 4.01!