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

The <EXTRA-PARAMETER> element is used in the <GET-MAP> and <GET-FEATURE-INFO> elements to specify extra (non-standard) parameters to add to the HTTP request. For example, if your WMS requires something like SPECIES=12345, you could set this like:

<EXTRA-PARAMETER name="SPECIES" value="12345"/>

The advantage of setting this extra parameter here rather than in the base href of the request is that the extra parameter value can be more easily changed from within IMF code using the setExtraMapRequestParameter(String, String) and setExtraFeatureInfoRequestParameter(String, String) methods.

Frequency Parent Elements (this element is valid within):
PO+ <GET-MAP>
PO+ <GET-FEATURE-INFO>
   

Attributes Description
name The parameter name. Required.
value The text value of the parameter. Required.
   

Frequency Description (in this context)
PO+ This element may appear one or more times within the parent element.
   

Example:

<EXTRA-PARAMETER name="SPECIES" value="12345"/>

Valid HTML 4.01!