...
Name | Type | Required | Default | Description |
---|---|---|---|---|
id | string | yes | Unique identifier for this map engine | |
spatialengine | string | The spatial engine that will be providing the data | ||
format | string | yes | What image format the map engine will support | |
layers | #layer | yes | A list of the layers that this map engine will provide | |
styles | #style | yes | A list of the styles that can be used to display a layer. Alternatively this can point to an external SLD file | |
legend | #legend | no | Alter the legend display | |
timeout | integer | no | 10 | Number of second before drawing of map will stop |
antialiasing | boolean | no | true | Should the rendering use antialiasing |
limit | integer | no | Limit the number of features that are drawn on the map to help reduce the time to render the image | |
maxerrorcount | integer | no | 10 | Maximum number of rendering errors that can occur before the rendering is aborted |
layer
Properties
Name | Type | Cardinality | Description |
---|---|---|---|
id | string | 1..1 | The unique id of the layer |
label | string | 1..1 | The user visible label for the label |
layer | string | 1..1 | The layer, within the spatial engine, that this layer will use |
style | #style | 1..1 | The style that this layer should be displayed with |
...
Alter the display of the legend
Properties
None
Sub-tags
Name | Type | Cardinality |
---|---|---|
remove | #remove | 0..1 |
Content
None
remove
Properties
...