<?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: GraphicsClusterer (FlareClusterer) and WKID 102100 problems in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88996#M362</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;Thanks for the excellent reproducer. This requires some more investigation so I have submitted an issue to track this. I'll post an update as soon as i have more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2013 14:46:56 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2013-01-08T14:46:56Z</dc:date>
    <item>
      <title>GraphicsClusterer (FlareClusterer) and WKID 102100 problems</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88993#M359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a Graphics Layer which is populated in code. If I use a base layer that has a spatial reference of 4326, the clusterer works as intended. If the base layer being used is spatial reference 102100, then I get some weird behaviors with how items are clustered. For example, one graphic's location is listed as outside of Budapest, but it gets clustered in Africa, no amount of zooming in will "uncluster" the item so that it displays in its proper location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried overriding the ClusterGraphicsAsync method to do some testing, but it became apparent that simply invoking the OnClusteringCompleted event isn't all that's really happening behind the scenes to make magic happen. My best guess is the default clustering algorithm isn't working how it should.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I even tried messing with the resolution parameter in the ClusterGraphicsAsync method, but that only gets me slightly closer to the actual location for the weird clusters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not all clusters are as completely off as some. I can't find a good point of reference to say X is definitely the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I do not use the Clusterer everything will always display exactly where it is supposed to, regardless of whether the spatial ref is 4326 or 102100 (since I convert if needed before it gets added to my data source).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ideas before I just go off and try and implement my own Clusterer that doesn't try to grab items that are clearly not within my defined radius (10)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 20:55:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88993#M359</guid>
      <dc:creator>christophernewbill</dc:creator>
      <dc:date>2013-01-04T20:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsClusterer (FlareClusterer) and WKID 102100 problems</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88994#M360</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;Do you have a simple reproducer application and data/service you could make available to test? (I'm keen to test with the imminent 10.1.1 release).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Either zip up and post here, or alternatively feel free to email it to &lt;/SPAN&gt;&lt;A href="mailto:mbranscomb@esri.com"&gt;mbranscomb@esri.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 07:34:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88994#M360</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2013-01-07T07:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsClusterer (FlareClusterer) and WKID 102100 problems</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88995#M361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response, Mike.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sample project is attached. Ran into more weirdness throwing together a sample app. If I set the GraphicsSource to my ObservableCollection of Graphic, the base layer remains blank (and no graphics are shown). No exceptions are thrown that I can see. It has something to do with the Projection.WebMercator call, as if I don't do the conversion it shows fine where it is (although everything is essentially in Africa). App continues to run. I added a button that can be pressed to set the clusterer and show the graphics that are loaded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Interested in seeing what may be happening, even if it's me doing something I shouldn't be.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;v/r,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Chris Newbill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:03:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88995#M361</guid>
      <dc:creator>christophernewbill</dc:creator>
      <dc:date>2013-01-07T15:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsClusterer (FlareClusterer) and WKID 102100 problems</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88996#M362</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;Thanks for the excellent reproducer. This requires some more investigation so I have submitted an issue to track this. I'll post an update as soon as i have more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 14:46:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88996#M362</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2013-01-08T14:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsClusterer (FlareClusterer) and WKID 102100 problems</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88997#M363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tested your nice sample and I found out that the issue was coming from points having a latitude equals to 90 or -90.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When converted to Web Mercator projection, we end up with a Y value equals to + or - infinity and that messes up the cluster process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The workaround for now might be avoid such latitude. After changing your code to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // add the objects as Graphics to our graphics layer datasource
&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (var asset in assets)
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; asset.Lat = Math.Min(89.9, Math.Max(-89.9, asset.Lat));
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var graphic = new Graphic .......&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;all seem OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:00:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88997#M363</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2021-12-12T16:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsClusterer (FlareClusterer) and WKID 102100 problems</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88998#M364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dominique (and Mike),&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason I didn't get the alert, so, I'm just now seeing this. The work around works as advertised.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A bit of cross-threading here, but do you have an update for another post you were active in regarding WMS as a base layer and it being displayed blank?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/53766-Single-WMS-layer-in-map-not-displayed"&gt;http://forums.arcgis.com/threads/53766-Single-WMS-layer-in-map-not-displayed&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would be easier to debug these types of issue with source. Perhaps those with a service contract. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;v/r,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Chris Newbill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 19:14:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88998#M364</guid>
      <dc:creator>christophernewbill</dc:creator>
      <dc:date>2013-01-17T19:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsClusterer (FlareClusterer) and WKID 102100 problems</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88999#M365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Chris.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good to know that the workaround is working well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There will be a fix in the next version (post 10.1.1).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;do you have an update for another post you were active in regarding WMS as a base layer and it being displayed blank?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The fix is in the &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2013/01/17/arcgis-runtime-sdk-for-wpf-10-1-1-is-here/"&gt;version 10.1.1 that is now out&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Would be easier to debug these types of issue with source. Perhaps those with a service contract. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;No need of a service contract :), the sources of the toolkit, which includes the WMS layer, are available on &lt;/SPAN&gt;&lt;A href="http://esrisilverlight.codeplex.com/"&gt;codeplex&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 05:27:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/88999#M365</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2013-01-18T05:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsClusterer (FlareClusterer) and WKID 102100 problems</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/89000#M366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Last question, I promise (I think, heh).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The SDK requires an EDN. We're using API 2.4, which didn't. Are there any plans to release the SDK, or a "less capable" version without the requirement of an EDN? I went over the licensing requirements for the SDK, our usage falls under the Basic (no cost) area. We have a service contract, just not an EDN (I think).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I downloaded the source from codeplex, but it's not the ESRI.ArcGis.Client namespace (Map, Geometry, etc), just the "toolkit".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 16:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/89000#M366</guid>
      <dc:creator>christophernewbill</dc:creator>
      <dc:date>2013-01-18T16:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsClusterer (FlareClusterer) and WKID 102100 problems</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/89001#M367</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;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;The SDK requires an EDN. We're using API 2.4, which didn't. Are there any plans to release the SDK, or a "less capable" version without the requirement of an EDN? I went over the licensing requirements for the SDK, our usage falls under the Basic (no cost) area. We have a service contract, just not an EDN (I think).&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are currently no plans to release a separate version of the ArcGIS Runtime SDK for WPF which can be licensed for development without an EDN subscription. However, I'm not familiar with the details of service contracts so I'd encourage you to talk to your esri account manager.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;I downloaded the source from codeplex, but it's not the ESRI.ArcGis.Client namespace (Map, Geometry, etc), just the "toolkit".&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Correct - it is just the toolkit - but the source for the WMSLayer is included in the ESRI.ArcGIS.Client.Toolkit.Datasources namespace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 14:00:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/graphicsclusterer-flareclusterer-and-wkid-102100/m-p/89001#M367</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2013-01-21T14:00:18Z</dc:date>
    </item>
  </channel>
</rss>

