|
Attributes |
Description |
|
authentication |
The user name and password of the logon to a protected server, separated by a colon
and no spaces, example "doug:secret". Optional. Consider setting authentication
using the authentication.properties file instead for better security.
|
|
authentication-id |
The authentication id as specified in imf.properties to hold a username and password.
Optional. Consider setting authentication using the authentication.properties file
instead for better security.
|
|
forward |
An indicator of whether the image should be forwarded by the IMF server instead
of being read directly from the WMS service. This is useful where a secure server
are involved and the user doesn't have permission to access it. Valid values are
"true" or "false". Optional, defaults to "false".
|
|
service-id |
A unique name that you assign to this WMS service that will be referenced in
the wms-service-id attribute entries of <WMS-LAYER> elements in the
Layers section. The value should start with a character, contain only
alphabetic characters and numers, and no spaces. Required.
|
|
srs |
The spatial reference system code that defines the projection of this service.
For best performance, use the same SRS as the one defined in the <MAP>
element. If a service is unable to respond in the same SRS as the desired
map projection, and a different SRS is defined for the service, the data will
be automatically projected. The SRS used must be one of the ones defined in
the <SRS-LIST> element, example "EPSG:4326". Required.
|
|
version |
The WMS version number for this service. The WMS version refers to the
OGC specification that the server uses. Typical values are "1.0.0", "1.1.0",
and "1.1.1". This value should match the value reported from the WMS server
in its capabilities response. Required.
|
| |
|