|
Attributes |
Description |
|
srs |
The spatial reference system code that defines the projection of the map.
The SRS used must be one of the ones defined in the <SRS-LIST>
element, example "EPSG:4326". Layers from services with spatial reference systems
defined that are different from the map's projection will be projected to
the map's projection, but the map will draw faster if
all layers are available in the same projection as this. Required.
|
|
background-color |
The background color for the map display. This solid color will be drawn under the
images received from the map services. Colors are specified in red, green, blue values
between 0 and 255, separated by commas with no white space, example "255,0,0" is red.
Optional, the background will be white "255,255,255" if this attribute is not specified
in your map configuration file.
|
|
center-coordinate-srs |
The spatial reference system used for the display of the map center
coordinate on the map. The SRS used must be one of the ones defined in the <SRS-LIST>
element, example "EPSG:4326". Optional, no center coordinate text will be
displayed if this attribute is not used.
|
|
copyright |
The text to put in the copyright area, under the scalebar. If you actually want the
message to read "Copyright © ...", follow the example at the bottom of this page.
Optional, no copyright text is displayed if this attribute is not used.
|
|
north-arrow |
An indicator of whether the north arrow should be shown on the map.
Valid values are "true" or "false". Optional, defaults to "false".
|
|
scalebar-units |
The units for the scalebar on the map. Valid values are "feet", "miles",
"feet-or-miles", "meters", "kilometers" or "meters-or-kilometers".
Optional, no scalebar is displayed if this attribute is not used.
|
|
forward |
An indicator of whether the map should be forwarded by the IMF server instead
of being read directly from the WMS services and stacked in the browser. This is
useful where secure servers are involved. Valid values are "true" or "false".
Optional, defaults to "false".
|
| |
|
|