Hi,
I cannot seem to get this widget working correctly. Below is my code.
config.xml
<widget label="Legend" x="50" y="100"
icon="assets/images/Legend32.png"
config="widgets/Legend/LegendWidget.xml"
LegendWidget.xml
<configuration>
<usebasemaps>true</usebasemaps>
<useoperationallayers>true</useoperationallayers>
<respectcurrentmapscale>true</respectcurrentmapscale>
</configuration>
Seems like an easy set up yet when I select the legend icon in my widget tray it returns an the icon image with a circle and line through it.
Anyone know whats going on? Thanks in advance for the help. This forum has been a tremendous help!