Versions Compared

Key

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

...

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

                    <attribution>Copyright(c) 2010</attribution>
                    ....
    
       </mapengine>         </view>options>
    </client:config>        

...

</mapengine>
  

...

      </view>
    

...

</client:config>