The <initial-extent> element is used to specify the exent of the map
when the site opens. If this element is not included in the site
configuration XML, the initial extent will be set to the envelope
set in the map service's AXL file.
| Frequency |
Parent Elements (the <initial-extent> element is valid within): |
|
POS1 |
<site-config> |
| |
|
|
| Frequency |
Description (in this context) |
|
POS1 |
The <initial-extent> element may appear once in the <site-config>
element in the specified sequence.
|
| |
|
|
|
Attributes |
Description |
|
maxx |
The maximum X coordinate double precision value. Required.
|
|
maxy |
The maximum Y coordinate double precision value. Required.
|
|
minx |
The minimum X coordinate double precision value. Required.
|
|
miny |
The minimum Y coordinate double precision value. Required.
|
| |
|
|
Example:
<initial-extent minx="-247321.7" miny="804784.0" maxx="291049.5" maxy="1343155.3"/>