Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At the moment there is an known issue that will stop the progress bar from showing when there are selections visible.

Attribution

To display a text overlay on the map you can add an attribution control to the map then include an attribution property for one of your client map engines.

Code Block
xml
xml
titleAdding attribution to the map view
linenumberstrue

    <client:config id="...">
        ...
        <view id="com.cohga.html.client.map.mapView">
            <control id="com.cohga.client.mapctrl.attribution"/>
            ...
            <mapengine id="raster">
                ....
            </mapengine>

            <mapengine id="vector">
                <attribution>Copyright(c) 2010</attribution>
                ....
            </mapengine>
        </view>
    </client:config>