Hi Julia,You can get the latest compiled versions from the releases section on GitHub (https://github.com/Esri/heatmap-widget-flex/releases). I would start with loading the widget into Application Builder and give that a try.
Hi, I am using the flex viewer 3.6 and I didn�??t find this widget compiled for that version. I did found the widget on the Github, but I don�??t know how to make it work from there, I don�??t know how to compile it. On this link: http://www.arcgis.com/home/item.html?id=43daf0ffb1d34e31ad752da1340aeb40, only found the 3.5 version, which was loaded successfully. So I configured the widget to see my service. When I preview the application it says 0 features contained. I read all threads here checking possible problems and solutions without been able to solve my problem. When I open the application in Internet explorer and moxila, it gave me this error Thank you for the help!Julia
Hi Jack,I'm having the same issue now of the heatmap being unable to print out in the OOTB print service. May I know if you have managed to get the Alive PDF library to print the heatmap out? If you are able to provide the code for that, it would be great as we're in an urgent state right now.
Thanks for the reply Lloyd. I'll look into the Alive PDF library to see if that's something we can use.Jack
Hi Lloyd!The result of the weighted heat map looks like what I'm looking for, but doesn't it require an attribute to base the weight on? I don't have such an attribute in my data source. Or would it be possible to use the featureIndexCalculator and somehow calculate a new value based on number of overlapping/nearby points?Otherwise I guess I have to see if I can modify the data and create a weight attribute.
Okay, but what I need to know is what exactly does the output represent? Basically just density of overlapping buffers?
When for example using the rainbow colors with the heat map, one single point is displayed with a gradient with all colors from blue to white. And some overlapping points is displayed with the same colors but the gradient is different (more white in the middle) so you can tell the difference. But I wonder if it would be possible to make this difference clearer, if one point for example was displayed with a gradient between the first two colors (blue and green) and it would require another point in the same area for the next color to be included in the gradient. This way the difference between a single point and a few overlapping points would be even clearer than it is now.Is there a setting for this that I've missed, or would it be possible to achieve this with some minor changes to the code?
It's actually done on the Client side on-the-fly, if I recall correctly.Check out https://github.com/Esri/heatmap-widget-flex/blob/develop/src/com/esri/ags/samples/layers/ArcGISHeatMapLayer.as
Thanks for the cool widget!Can you tell me which geoprocessing tool the widget is actually running? Kernel Density?Thanks,Branden
Hi Jack,The heat map layer is created using the flash player display engine and client-side layer. Unfortunately there is no easy way to recreate that same layer server side since the algorithms are different from the spatial analyst functionality. There are some other print libraries such as Alive PDF that can create the client side components.Hope this helps answer your question.
Does anyone know if there is a way to print or export the heatmap using the standard print widget? It seems to disappear during the conversion to PDF, JPG, etc. Is anyone else having this issue or have a workaround?Thanks! Jack
Hi ALL,ii try to use this widget with polygon features to represent the developpement of the (vegetation,builts) in many years . Is it Possible.. ?tnx a lot
Is there a way, or has anyone implemented this widget with a zoom level constraint? I would like to restrict this widget to very tight zoom levels as I'm dealing with a very large set of point data and a limit of only 1000 points on the map service.
Hi Abe,Currently the API sample and widget do not support this functionality. I have another functionality enhancement to the widget that I need to work on, so hopefully I can get this in there as well. I'll let you know when it gets updated.Glad you like the widget.
Is there a way to change the radius of the heat per point based on a point attribute (value), such as magnitude of earthquake with the sample provided?Great widget by the way.
<layers> <layer> <name>Remaining Service Life (Years)</name> <url>http://gis02/ArcGIS/rest/services/Random/GravitySewerValuation/MapServer/1</url> <outFields>RSL</outFields> <useproxy>false</useproxy> <useamf>true</useamf> <defaultquery>1=1</defaultquery> <querytemplate>RSL = REPLACE_STR</querytemplate> <types>RSL >= 0 and RSL <= 5</types> <type_descs>Years 0-5</type_descs> </layer> </layers>
Hello, Excellent widget but i need some help modifying it. Instead of greater than or equal to... Can I do a "between". I have over 100 years of data and i would like to display it by 5 or 10 years at a time rather than year by year.Below is an example of how it looks year by year by but if i keep this up the list will be too big. <querytemplate>RSL = REPLACE_STR</querytemplate> <types>0,1,2,3,4,5</types> <type_descs>Years = 0,Years = 1,Years = 2,Years = 3,Years = 4,Years = 5</type_descs>Is there code like this...<type_descs>Years Between (0&5),Years Between (5&10), Years Between (10&15), Years Between (15&20)</type_descs>Thanks,Jerry
<querytemplate>RSL = REPLACE_STR</querytemplate> <types>0,1,2,3,4,5</types> <type_descs>Years = 0,Years = 1,Years = 2,Years = 3,Years = 4,Years = 5</type_descs>
<type_descs>Years Between (0&5),Years Between (5&10), Years Between (10&15), Years Between (15&20)</type_descs>
<querytemplate>REPLACE_STR</querytemplate> <types>Magnitude >= 2 and Magnitude <= 4,Magnitude >= 6 and Magnitude <= 8</types> <type_descs>Mag 2-4,Mag 6-8</type_descs>
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.