...
Name | type | cardinality | description |
title | String | 0..1 | Text to display as the window title, default 'Legend' |
width | Integer | 0..1 | The width of the window, default 300 |
height | Integer | 0..1 | The height of the window, default 500 |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<item action='com.cohga.client.action.legend'>
<title>Legend</title>
<mapengine>mapengine.main</mapengine>
<remove>hillshade,elevation</remove>
<staticLegend url="http://server/images/markers.png"/>
<staticLegend url="http://server/images/aerial.png" location='bottom'/>
</item>
|
...