The <maximum-extent> element is used to specify the extent of
the map that the user will be constrained to. The user will not be able
to zoom beyond the boundaries of the maximum extent using any means.
If this element is not included in the site configuration XML, there is
no maximum, and the user can zoom out as far as they like.
| Frequency |
Parent Elements (the <maximum-extent> element is valid within): |
|
POS1 |
<site-config> |
| |
|
|
| Frequency |
Description (in this context) |
|
POS1 |
The <maximum-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.
|
| |
|
|