<?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: Point Clustering with WKID:4326 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/point-clustering-with-wkid-4326/m-p/441867#M40824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Usually when features cluster at around (0, 0) it means you put lat, lng points on a projected coordinate system cause the numbers are too small. Glad to help.:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Sep 2013 11:59:01 GMT</pubDate>
    <dc:creator>ZachLiu1</dc:creator>
    <dc:date>2013-09-27T11:59:01Z</dc:date>
    <item>
      <title>Point Clustering with WKID:4326</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/point-clustering-with-wkid-4326/m-p/441864#M40821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working with the point clustering example: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://developers.arcgis.com/en/javascript/samples/layers_point_clustering/" rel="nofollow" target="_blank"&gt;http://developers.arcgis.com/en/javascript/samples/layers_point_clustering/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and have been able to get it to work nicely with a WebMercator map locally.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to deploy an instance where it will be plotted on top of a map with a tiled basemap (wkid:4326).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have gone through the code and made sure that all of my wkid entries were 4326.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to get my cluster graphics to show on that map, but they all plot inside that hole in the bottom of the ocean (0 by 0);.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there anyone who is using clustering on a wkid 4326 map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 16:27:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/point-clustering-with-wkid-4326/m-p/441864#M40821</guid>
      <dc:creator>AndrewDavis</dc:creator>
      <dc:date>2013-09-26T16:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Point Clustering with WKID:4326</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/point-clustering-with-wkid-4326/m-p/441865#M40822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you checked the map.spatialReference to see if the whole map is really displayed in WKID 4326?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 18:15:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/point-clustering-with-wkid-4326/m-p/441865#M40822</guid>
      <dc:creator>ZachLiu1</dc:creator>
      <dc:date>2013-09-26T18:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Point Clustering with WKID:4326</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/point-clustering-with-wkid-4326/m-p/441866#M40823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that is what I am having fun with right now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The map spatial ref is in 4326.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The tiled map service (my basemap) is in 4326 on my server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Inside the 'clusterLayer' (firebug) &lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;the '_clusterData' collection of objects are showing decimal degree coordinates.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;the clusterLayer spatialReference is set to wkid 4326&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;... Found it...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Inside the 'ClusterLayer.js' script on line #64 there is a call to spatial reference "102100"...&amp;nbsp; Once I changed that I had a bonanza..&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply and I appreciate your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Things are always clearer in the morning...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 08:28:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/point-clustering-with-wkid-4326/m-p/441866#M40823</guid>
      <dc:creator>AndrewDavis</dc:creator>
      <dc:date>2013-09-27T08:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Point Clustering with WKID:4326</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/point-clustering-with-wkid-4326/m-p/441867#M40824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Usually when features cluster at around (0, 0) it means you put lat, lng points on a projected coordinate system cause the numbers are too small. Glad to help.:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 11:59:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/point-clustering-with-wkid-4326/m-p/441867#M40824</guid>
      <dc:creator>ZachLiu1</dc:creator>
      <dc:date>2013-09-27T11:59:01Z</dc:date>
    </item>
  </channel>
</rss>

