Versions Compared

Key

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

...

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

...