<?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: esri.ux.layers.ClusterLayer with latest JS API? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434896#M40045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created an updated version of the ClusterLayer that works with services, similar to a FeatureLayer, but with same added sugar.&lt;/P&gt;&lt;P&gt;You can read more about it here.&lt;/P&gt;&lt;P&gt;&lt;A href="http://odoe.net/blog/esri-clusterfeaturelayer/" title="http://odoe.net/blog/esri-clusterfeaturelayer/"&gt;Esri ClusterFeatureLayer - odoenet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is a GeoNet blog post here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/1080"&gt;Let's talk clusters.&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The source code can be found here&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/odoe/esri-clusterfeaturelayer" title="https://github.com/odoe/esri-clusterfeaturelayer"&gt;odoe/esri-clusterfeaturelayer · GitHub&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2015 19:04:48 GMT</pubDate>
    <dc:creator>ReneRubalcava</dc:creator>
    <dc:date>2015-01-21T19:04:48Z</dc:date>
    <item>
      <title>esri.ux.layers.ClusterLayer with latest JS API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434892#M40041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone been able to make this work with the lastest JS API?&amp;nbsp; I'm trying to make the sample work by only changing the api references and have started trying to convert the code, but am getting stumped pretty early.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;dojo.declare('esri.ux.layers.ClusterLayer', esri.layers.GraphicsLayer, {&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is right at the top in the declaration of the class and it blows up thinking the GraphicsLayer is "null or undefined".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 16:37:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434892#M40041</guid>
      <dc:creator>TimDine</dc:creator>
      <dc:date>2013-09-17T16:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: esri.ux.layers.ClusterLayer with latest JS API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434893#M40042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to do the same thing and I'm having the same issue with that declare, any help would be greatly appreciated!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 19:06:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434893#M40042</guid>
      <dc:creator>RobertHupp</dc:creator>
      <dc:date>2014-02-26T19:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: esri.ux.layers.ClusterLayer with latest JS API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434894#M40043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it to work to a degree:&lt;/P&gt;&lt;P&gt;used the following for esri.ux.layers.ClusterLayer-debug.js file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define([&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dojo/_base/declare",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "esri/layers/GraphicsLayer",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dojox/lang/functional",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dojox/lang/functional/lambda",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dojox/lang/functional/curry",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dojox/lang/functional/fold"&lt;/P&gt;&lt;P&gt;], function (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; declare, GraphicsLayer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return declare([GraphicsLayer], {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; constructor: function (options) {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... //rest of it like the esri.ux.layers.ClusterLayer-debug.js file&lt;/P&gt;&lt;P&gt;// sorry may not be allowed to post the rest of it due to company privacy&lt;/P&gt;&lt;P&gt;// please see below comments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also at every "new esri.geometry.Point(...)" statement has to be converted to new esri.geometry.Point(..., this._map.spatialReference) where the spatial reference has to be specified, else it will default to 4326.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also lot of the references to map was bombing out as null.&amp;nbsp; I just replaced them with this._map which is being set in the constructor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 00:43:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434894#M40043</guid>
      <dc:creator>EdwardSohn2</dc:creator>
      <dc:date>2015-01-21T00:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: esri.ux.layers.ClusterLayer with latest JS API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434895#M40044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was working on this today too. Looks like you got a lot further than this beginner (me) did.&lt;BR /&gt;I tried your solution&amp;nbsp; and&amp;nbsp; updated the index.html with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script src="//js.arcgis.com/3.12/"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and receive a mulitpleDefine error. any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 06:36:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434895#M40044</guid>
      <dc:creator>ChrisFourroux</dc:creator>
      <dc:date>2015-01-21T06:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: esri.ux.layers.ClusterLayer with latest JS API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434896#M40045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created an updated version of the ClusterLayer that works with services, similar to a FeatureLayer, but with same added sugar.&lt;/P&gt;&lt;P&gt;You can read more about it here.&lt;/P&gt;&lt;P&gt;&lt;A href="http://odoe.net/blog/esri-clusterfeaturelayer/" title="http://odoe.net/blog/esri-clusterfeaturelayer/"&gt;Esri ClusterFeatureLayer - odoenet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is a GeoNet blog post here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/1080"&gt;Let's talk clusters.&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The source code can be found here&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/odoe/esri-clusterfeaturelayer" title="https://github.com/odoe/esri-clusterfeaturelayer"&gt;odoe/esri-clusterfeaturelayer · GitHub&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 19:04:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434896#M40045</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2015-01-21T19:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: esri.ux.layers.ClusterLayer with latest JS API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434897#M40046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. That provided me with enough info to get esri.ux.layers.ClusterLayer-debug.js working with the latest JS API.&lt;BR /&gt;I'm just tracking down one last issue with mouse over infoWindows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 22:30:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434897#M40046</guid>
      <dc:creator>ChrisFourroux</dc:creator>
      <dc:date>2015-01-23T22:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: esri.ux.layers.ClusterLayer with latest JS API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434898#M40047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scripts, which you posted is very good, but thay haven't "flare effect". I need this functionality together with the script above. I'm novice in JavaScript and I can't do it. Can you give me some advice or can you implement this functionality? I think that for someone who knows how it will be easy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 16:51:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434898#M40047</guid>
      <dc:creator>LadislavRozkosny</dc:creator>
      <dc:date>2015-11-16T16:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: esri.ux.layers.ClusterLayer with latest JS API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434899#M40048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Someone put together a FlareClusterLayer that may be what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/nickcam/FlareClusterLayer" title="https://github.com/nickcam/FlareClusterLayer"&gt;nickcam/FlareClusterLayer · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 18:06:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434899#M40048</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2015-11-16T18:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: esri.ux.layers.ClusterLayer with latest JS API?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434900#M40049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script, which you post is script for json data. Can you describe how can i change it for featurelayer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 15:42:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-ux-layers-clusterlayer-with-latest-js-api/m-p/434900#M40049</guid>
      <dc:creator>LadislavRozkosny</dc:creator>
      <dc:date>2015-12-15T15:42:59Z</dc:date>
    </item>
  </channel>
</rss>

