Sorry for another Heat Map Thread but since this is 3.0 I thought it might deserve a new thread.
I've loaded the Heat Map Widget for my Flex Viewer App but when I throw it in my application and hit the button nothing pops up. Not even the default logic or some logic I copied and tried thinking maybe I did not have access to the layer provided by the author. Problem is that when I click the buton the icon sort of jumps but does not open a form like I was expecting. Any thoughts. I've loaded a few widgets and they seem to be working. Would love to use this one.
<?xml version="1.0" ?> <configuration> <layers> <layer> <name>Earthquakes HeatMap</name> <url>http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Earthquakes/Since_1970/MapServer/0</url> <outFields>YYYYMMDD,Magnitude,Num_Injured,Num_Deaths,Name</outFields> <useamf>true</useamf> <defaultquery>1=1</defaultquery> <querytemplate>Name LIKE '%REPLACE_STR%'</querytemplate> <types>CHILE,TURKEY,CHINA,PHILIPPINES,JAPAN,IRAN,INDIA</types> <type_descs>Chile,Turkey,China,Philippines,Japan,Iran,India</type_descs> </layer> </layers> <ui> <widget_dimensions> <width>378</width> <height>206</height> </widget_dimensions> <icons> <main_icon>i_rainbow.png</main_icon><!-- Icon must exist under assets/images in viewer --> <main_label>Main Panel</main_label><!-- Title/label for icon across the top widget panel --> <settings_icon>i_options.png</settings_icon> <settings_label>Settings Panel</settings_label> </icons> <refresh_label>refreshing layer...</refresh_label> <query> <comp_label>Earthquakes by geography:</comp_label> <heatmapquery_prompt>default selection</heatmapquery_prompt> <featurecount_label> features contained</featurecount_label> </query> <transparency> <comp_label>Transparency:</comp_label> <defaulttransparency>0.7</defaulttransparency> </transparency> <symbol> <comp_label>Theme:</comp_label> <defaulttheme>RAINBOW</defaulttheme><!-- Must be one of RED_WHITE_BLUE, RAINBOW, or THERMAL --> </symbol> </ui> </configuration>