<?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 Double click event not working for HeatMap Feature Layer in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/double-click-event-not-working-for-heatmap-feature/m-p/485628#M12833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to attach "onDblClick" event to feature layer for generating heat map. At the same time "onLoad" event is working fine,Plz find below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this.featHLayer.on('load', lang.hitch(this,function(){ &lt;BR /&gt; var query = new Query(); &lt;BR /&gt; query.where = defExpH; &lt;BR /&gt; this.featHLayer.queryExtent(query,lang.hitch(this,function(result){ &lt;BR /&gt; this.map.setExtent(result.extent); &lt;BR /&gt; }));})); &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; this.eventListner = connect.connect(this.featHLayer, "onDblClick", lang.hitch(this,function(evt) { &lt;BR /&gt; this.contextDistName = evt.graphic.attributes[this.config.HeatMap.DistrictFldName];&lt;BR /&gt; this._getFarmerResults(evt)&lt;BR /&gt; }));&lt;/P&gt;&lt;P&gt;this.featHLayer = new FeatureLayer(this.config.HeatMap.District.url,{&lt;BR /&gt; mode: FeatureLayer.MODE_SNAPSHOT,&lt;BR /&gt; definitionExpression:defExpH,&lt;BR /&gt; infoTemplate:infoTemplate,&lt;BR /&gt; outFields:["*"]&lt;BR /&gt; });&lt;BR /&gt; this.map.addLayer(this.featHLayer);&lt;BR /&gt; this.featHLayer.setRenderer(heatmapRenderer);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this code in a widget for WAB 2.13. Kindly help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Nov 2019 02:36:56 GMT</pubDate>
    <dc:creator>Naveen_KumarKairamkonda</dc:creator>
    <dc:date>2019-11-03T02:36:56Z</dc:date>
    <item>
      <title>Double click event not working for HeatMap Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/double-click-event-not-working-for-heatmap-feature/m-p/485628#M12833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to attach "onDblClick" event to feature layer for generating heat map. At the same time "onLoad" event is working fine,Plz find below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this.featHLayer.on('load', lang.hitch(this,function(){ &lt;BR /&gt; var query = new Query(); &lt;BR /&gt; query.where = defExpH; &lt;BR /&gt; this.featHLayer.queryExtent(query,lang.hitch(this,function(result){ &lt;BR /&gt; this.map.setExtent(result.extent); &lt;BR /&gt; }));})); &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; this.eventListner = connect.connect(this.featHLayer, "onDblClick", lang.hitch(this,function(evt) { &lt;BR /&gt; this.contextDistName = evt.graphic.attributes[this.config.HeatMap.DistrictFldName];&lt;BR /&gt; this._getFarmerResults(evt)&lt;BR /&gt; }));&lt;/P&gt;&lt;P&gt;this.featHLayer = new FeatureLayer(this.config.HeatMap.District.url,{&lt;BR /&gt; mode: FeatureLayer.MODE_SNAPSHOT,&lt;BR /&gt; definitionExpression:defExpH,&lt;BR /&gt; infoTemplate:infoTemplate,&lt;BR /&gt; outFields:["*"]&lt;BR /&gt; });&lt;BR /&gt; this.map.addLayer(this.featHLayer);&lt;BR /&gt; this.featHLayer.setRenderer(heatmapRenderer);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this code in a widget for WAB 2.13. Kindly help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Nov 2019 02:36:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/double-click-event-not-working-for-heatmap-feature/m-p/485628#M12833</guid>
      <dc:creator>Naveen_KumarKairamkonda</dc:creator>
      <dc:date>2019-11-03T02:36:56Z</dc:date>
    </item>
  </channel>
</rss>

