...
Dynamically generate a legend for an map engine and remove a couple of layers and add two static images on at the top and one at the bottom
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<item action='com.cohga.client.action.legend'> <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> |
...