<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HeatmapRenderer on GraphicsLayer? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/heatmaprenderer-on-graphicslayer/m-p/738954#M68420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I whould to use HeatmapRenderer and GraphicLayer together, it's not possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2016 19:35:47 GMT</pubDate>
    <dc:creator>FabianoScardua</dc:creator>
    <dc:date>2016-02-01T19:35:47Z</dc:date>
    <item>
      <title>HeatmapRenderer on GraphicsLayer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/heatmaprenderer-on-graphicslayer/m-p/738952#M68418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Is it possible assign a HeatmapRenderer to GraphicsLayer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Like this:&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;var graphicLayer = new GraphicsLayer();&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN class="kwd" style="font-weight: bold; font-style: inherit; font-family: inherit; color: #333333;"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #595959;"&gt; heatmapRenderer &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-weight: bold; font-style: inherit; font-family: inherit; color: #333333;"&gt;new&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;HeatmapRenderer&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;({&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #595959;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; colors&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;[&lt;/SPAN&gt;&lt;SPAN class="str" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #dd1144;"&gt;"rgba(0, 0, 255, 0)"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="str" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #dd1144;"&gt;"rgb(0, 0, 255)"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="str" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #dd1144;"&gt;"rgb(255, 0, 255)"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #dd1144;"&gt;"rgb(255, 0, 0)"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;],&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #595959;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; blurRadius&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #009999;"&gt;12&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #595959;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; maxPixelIntensity&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #009999;"&gt;250&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #595959;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; minPixelIntensity&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #009999;"&gt;10&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #595959;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;graphicLayer.setRenderer(heatmapRenderer);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;map.addLayer(graphicLayer);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;This code does not work properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 10:53:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/heatmaprenderer-on-graphicslayer/m-p/738952#M68418</guid>
      <dc:creator>FabianoScardua</dc:creator>
      <dc:date>2015-10-27T10:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: HeatmapRenderer on GraphicsLayer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/heatmaprenderer-on-graphicslayer/m-p/738953#M68419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fabiano Scardua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/59186"&gt;Heatmap layer as Graphics Layer?&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 13:56:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/heatmaprenderer-on-graphicslayer/m-p/738953#M68419</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-10-28T13:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: HeatmapRenderer on GraphicsLayer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/heatmaprenderer-on-graphicslayer/m-p/738954#M68420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I whould to use HeatmapRenderer and GraphicLayer together, it's not possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 19:35:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/heatmaprenderer-on-graphicslayer/m-p/738954#M68420</guid>
      <dc:creator>FabianoScardua</dc:creator>
      <dc:date>2016-02-01T19:35:47Z</dc:date>
    </item>
  </channel>
</rss>

