<?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: Clusterer Graphics Layer using XY Event Source in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/clusterer-graphics-layer-using-xy-event-source/m-p/555275#M14253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have worked out the issue, just in case anyone ever has this same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Initially we discovered that if the X or Y field had a NULL value then the clusterer would not display any graphics at all, as opposed to the point event layer which would just not display the particular point with the NULL value. The event source we were using was actually a database view, so we filtered out any rows with a NULL value in the easting or northing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This worked until one of the project officers (not a GIS person, obviously) entered the coordinates for a location backwards (i.e. easting and northing swapped). This caused the same problem of NO graphics being displayed at all. Coordinates are now validated on data entry.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 23:37:18 GMT</pubDate>
    <dc:creator>SimeonTelfer</dc:creator>
    <dc:date>2010-11-02T23:37:18Z</dc:date>
    <item>
      <title>Clusterer Graphics Layer using XY Event Source</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/clusterer-graphics-layer-using-xy-event-source/m-p/555273#M14251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Up until last week, we had a Silverlight application which used an XY Event Source Layer to populate a Cluster Graphics Layer, it worked exactly as expected. However, as of late last week (with no changes to the code),the cluster layer will not display in the app.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The layer displays fine as points on the map, the spatial reference appears to be correct, and when debugging, we can see that the graphics layer is being populated with the data. It just does not display. If the data is loaded into an SDE spatial feature class and used in place of the event layer, the cluster layer works correctly. We want to use an XY event though, as data is entered as Eastings and Northings through an external interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using Silverlight API 1.2, with Silverlight 3.0. The cluster graphics layer code we are using is from the ESRI Sample gallery. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas on why this has stopped working? Or has anyone else experienced this problem? Any help would be greatly appreciated as this app was due to go live in 2 weeks. I'm happy to give any further information or code if required. &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;Simeon&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;GIS Development and Support&lt;BR /&gt;Department for Water&lt;BR /&gt;Government of South Australia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 01:19:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/clusterer-graphics-layer-using-xy-event-source/m-p/555273#M14251</guid>
      <dc:creator>SimeonTelfer</dc:creator>
      <dc:date>2010-08-04T01:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Clusterer Graphics Layer using XY Event Source</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/clusterer-graphics-layer-using-xy-event-source/m-p/555274#M14252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This behavior usually indicates something changed in the data source.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to clarify your statement "The layer displays fine as points on the map, the spatial reference appears to be correct, and when debugging, we can see that the graphics layer is being populated with the data. &lt;/SPAN&gt;&lt;STRONG&gt;It just does not display.&lt;/STRONG&gt;&lt;SPAN&gt;"&amp;nbsp;&amp;nbsp; So just to confirm, does the XY event layer display successfully as points using marker symbols when clustering is not applied?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried using the default clusterer?&amp;nbsp; Does it work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you reprojecting the coordinates before display on the map?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your custom clusterer, are you using the sample code referenced here? &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#CustomClusterer"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm#CustomClusterer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 07:38:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/clusterer-graphics-layer-using-xy-event-source/m-p/555274#M14252</guid>
      <dc:creator>RexHansen</dc:creator>
      <dc:date>2010-08-13T07:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Clusterer Graphics Layer using XY Event Source</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/clusterer-graphics-layer-using-xy-event-source/m-p/555275#M14253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have worked out the issue, just in case anyone ever has this same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Initially we discovered that if the X or Y field had a NULL value then the clusterer would not display any graphics at all, as opposed to the point event layer which would just not display the particular point with the NULL value. The event source we were using was actually a database view, so we filtered out any rows with a NULL value in the easting or northing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This worked until one of the project officers (not a GIS person, obviously) entered the coordinates for a location backwards (i.e. easting and northing swapped). This caused the same problem of NO graphics being displayed at all. Coordinates are now validated on data entry.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 23:37:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/clusterer-graphics-layer-using-xy-event-source/m-p/555275#M14253</guid>
      <dc:creator>SimeonTelfer</dc:creator>
      <dc:date>2010-11-02T23:37:18Z</dc:date>
    </item>
  </channel>
</rss>

