Does this work with proxies? <layer> <useproxy>true</useproxy>
Hi LLoydI'm using the compiled widget and it works perfectly. Is there any possibility to include the population variable? I mean, one single point (A) is heater than another point (B) if the value in another field in A is greater than the value in B.
<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>
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>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>
<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>
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.
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, 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 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
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 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.
Thanks for the cool widget!Can you tell me which geoprocessing tool the widget is actually running? Kernel Density?Thanks,Branden
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
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?
Okay, but what I need to know is what exactly does the output represent? Basically just density of overlapping buffers?
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.
Thanks for the reply Lloyd. I'll look into the Alive PDF library to see if that's something we can use.Jack
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.