<?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: Two overlapping symbols, label shown for the bottom one in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/two-overlapping-symbols-label-shown-for-the-bottom/m-p/1642834#M13634</link>
    <description>&lt;P&gt;If it is not vital for these data to display an exact location with certain accuracy, I typically will disperse the markers by 15-20 feet to allow for a reasonable display.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Aug 2025 12:34:34 GMT</pubDate>
    <dc:creator>AustinAverill</dc:creator>
    <dc:date>2025-08-18T12:34:34Z</dc:date>
    <item>
      <title>Two overlapping symbols, label shown for the bottom one</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/two-overlapping-symbols-label-shown-for-the-bottom/m-p/1642778#M13633</link>
      <description>&lt;P&gt;I have a FeatureCollectionLayer that contains point features. In the screenshot there are 2 features with the same location, symbolized with a circle. The renderer for the layer is Unique values, and the 2 features in the screenshot actually have different color - the bottom one is red (you can see a bit of a red halo under the yellow).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is problematic is that the (yellow) symbol is for the top feature, but the label that is shown belongs to the feature in the bottom. Does anyone have any pointers on how to fix it?&lt;/P&gt;&lt;P&gt;Code sample:&amp;nbsp;&lt;A href="https://github.com/viktor-safar-geodata/ArcGIS.Net.OverlappingSymbols" target="_blank" rel="noopener"&gt;https://github.com/viktor-safar-geodata/ArcGIS.Net.OverlappingSymbols&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ViktorSafar_0-1755501569951.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/138713i47B473374A93B9EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ViktorSafar_0-1755501569951.png" alt="ViktorSafar_0-1755501569951.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 07:21:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/two-overlapping-symbols-label-shown-for-the-bottom/m-p/1642778#M13633</guid>
      <dc:creator>ViktorSafar</dc:creator>
      <dc:date>2025-08-18T07:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Two overlapping symbols, label shown for the bottom one</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/two-overlapping-symbols-label-shown-for-the-bottom/m-p/1642834#M13634</link>
      <description>&lt;P&gt;If it is not vital for these data to display an exact location with certain accuracy, I typically will disperse the markers by 15-20 feet to allow for a reasonable display.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 12:34:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/two-overlapping-symbols-label-shown-for-the-bottom/m-p/1642834#M13634</guid>
      <dc:creator>AustinAverill</dc:creator>
      <dc:date>2025-08-18T12:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Two overlapping symbols, label shown for the bottom one</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/two-overlapping-symbols-label-shown-for-the-bottom/m-p/1643193#M13635</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The repro for your question is perfect, thanks for putting that together!&lt;BR /&gt;&lt;BR /&gt;Because your features are coincident, you might consider using clusters to indicate the number of coincident features, or alternatively if you just want more control over the labels then check the properties of the label definition. e.g. setting the&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.LabelDefinition.DeconflictionStrategy.html#Esri_ArcGISRuntime_Mapping_LabelDefinition_DeconflictionStrategy" target="_blank"&gt;Property DeconflictionStrategy&lt;/A&gt;&amp;nbsp;to Dynamic will display both labels (I was quickly able to test this thanks to your repro), or you might even consider DynamicNeverRemove depending on what other layers you have. If you have multiple layers then you'll want to set &lt;A href="https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.LabelDefinition.Priority.html#Esri_ArcGISRuntime_Mapping_LabelDefinition_Priority" target="_blank"&gt;Property Priority&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Dynamic&lt;BR /&gt;Place the label in the preferred location, but move to an alternative location to not overlap higher priority labels or point feature/graphic symbols. This label is placed only if it can be moved to a location that will not overlap a higher priority label.&lt;/P&gt;&lt;P&gt;DynamicNeverRemove&lt;BR /&gt;Place the label in the preferred location, but move to an alternative location to minimize overlapping higher priority labels or point feature/graphic symbols. This label is always placed, even if it overlaps a higher priority label.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also see&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/wpf/sample-code/configure-clusters/" target="_blank"&gt;Configure clusters | ArcGIS Maps SDK for .NET | Esri Developer&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 10:08:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/two-overlapping-symbols-label-shown-for-the-bottom/m-p/1643193#M13635</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2025-08-19T10:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Two overlapping symbols, label shown for the bottom one</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/two-overlapping-symbols-label-shown-for-the-bottom/m-p/1643600#M13636</link>
      <description>&lt;P&gt;Thanks. Setting DeconflictionStrategy worked well.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 08:30:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/two-overlapping-symbols-label-shown-for-the-bottom/m-p/1643600#M13636</guid>
      <dc:creator>ViktorSafar</dc:creator>
      <dc:date>2025-08-20T08:30:29Z</dc:date>
    </item>
  </channel>
</rss>

