The <MAP-SCRIPT> element is used to specify one or more scripts
that will execute during the IMF startup process when the map in the IMF viewer changes.
If more than one map script is defined, the scripts will be executed in the order that
they appear in the map configuration file.
| Frequency |
Parent Elements (this element is valid within): |
|
POS+ |
<MAP> |
| |
|
|
|
Attributes |
Description |
|
file |
The script name to execute. Must be in the IMF installation directory or a
subdirectory of the IMF installation directory. Required.
|
| |
|
|
| Frequency |
Description (in this context) |
|
POS+ |
The <MAP-SCRIPT> element is optional, and may appear one or mor times within the
<MAP> element in the specified sequence. |
| |
|
|
Example:
<MAP-SCRIPT file="startup1.jsp"/>
<MAP-SCRIPT file="ext/moxi/startup2.jsp"/>