Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

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
xml
xml
linenumberstruexml
<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>

...