...
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 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<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>
|