The <FIND-LOCATION> element is used to add options for zooming to various
location types from the "Find Location" tab using the imfFindLocation.jsp script. The
options shown on the Find Location page are a combination of the values read from
the default site configuration file and the application's site configuration file.
| Frequency |
Parent Elements (this element is valid within): |
|
PO+ |
<SITE-CONFIG> |
| |
|
|
|
Attributes |
Description |
|
type |
The find location type text that will appear on the Find Location page. Required.
|
|
url |
The URL of the find location query form. The URL can contain the special
variable $IMF to specify that the document is relative to the IMF
installation directory. Absolute URLs may also be used. URLs that don't
start with http: or $IMF are resolved relative to the location of the
XML file. Required.
|
|
target |
The name of the frame that the find location query form should
be displayed in. Valid choices are "dataFrame" or "_blank".
Required.
|
| |
|
|
| Frequency |
Description (in this context) |
|
PO+ |
The <FIND-LOCATION> element is optional and may appear many times
within the <SITE-CONFIG> element. |
| |
|
|
Example:
<FIND-LOCATION type="Latitude / Longitude"
url="$IMF/imfZoomToLatLongForm.jsp"
target="dataFrame"/>