<?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: How to prevent point symbols from disappearing when overlapped with a label from another layer or basemap in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-prevent-point-symbols-from-disappearing/m-p/1192463#M77926</link>
    <description>&lt;P&gt;Are there any similar solutions from the Javascript API?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2022 13:31:03 GMT</pubDate>
    <dc:creator>gpei_ahuang</dc:creator>
    <dc:date>2022-07-15T13:31:03Z</dc:date>
    <item>
      <title>How to prevent point symbols from disappearing when overlapped with a label from another layer or basemap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-prevent-point-symbols-from-disappearing/m-p/1183115#M77684</link>
      <description>&lt;P&gt;I have a simple map composed of only a point graphic (in mapView.graphics) on top of a polygon layer on/ top of an Esri basemap. At certain zoom levels I notice that when it's too close or overlap with a label from the polygon layer or basemap, it would disappear. Is there anyway to prevent this?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 13:29:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-prevent-point-symbols-from-disappearing/m-p/1183115#M77684</guid>
      <dc:creator>AllenHuang</dc:creator>
      <dc:date>2022-06-15T13:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent point symbols from disappearing when overlapped with a label from another layer or basemap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-prevent-point-symbols-from-disappearing/m-p/1192436#M77924</link>
      <description>&lt;P&gt;Hi Allen,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Disabling deconfliction or using&amp;nbsp;&lt;A href="https://developers.arcgis.com/java/api-reference/reference/com/esri/arcgisruntime/mapping/labeling/LabelDeconflictionStrategy.html#DYNAMIC_NEVER_REMOVE" target="_blank"&gt;DYNAMIC_NEVER_REMOVE&lt;/A&gt; for the point feature label class should stop the label from disappearing.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/java/api-reference/reference/com/esri/arcgisruntime/mapping/labeling/LabelDeconflictionStrategy.html" target="_blank"&gt;https://developers.arcgis.com/java/api-reference/reference/com/esri/arcgisruntime/mapping/labeling/LabelDeconflictionStrategy.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you would like some more detailed control, you can also adjust label definition settings such as:&lt;BR /&gt;- Feature Boundary Overlap:&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.LabelDefinition.FeatureBoundaryOverlapStrategy.html" target="_blank"&gt;https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.LabelDefinition.FeatureBoundaryOverlapStrategy.html&lt;/A&gt;&lt;BR /&gt;- Feature Interior Overlap:&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.LabelDefinition.FeatureInteriorOverlapStrategy.html" target="_blank"&gt;https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.LabelDefinition.FeatureInteriorOverlapStrategy.html&lt;/A&gt;&lt;BR /&gt;- Label Overlap:&lt;A href="https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.LabelDefinition.LabelOverlapStrategy.html" target="_blank"&gt;https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.LabelDefinition.LabelOverlapStrategy.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I hope that helps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 08:58:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-prevent-point-symbols-from-disappearing/m-p/1192436#M77924</guid>
      <dc:creator>PeterDimitrov1</dc:creator>
      <dc:date>2022-07-15T08:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent point symbols from disappearing when overlapped with a label from another layer or basemap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-prevent-point-symbols-from-disappearing/m-p/1192463#M77926</link>
      <description>&lt;P&gt;Are there any similar solutions from the Javascript API?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 13:31:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-prevent-point-symbols-from-disappearing/m-p/1192463#M77926</guid>
      <dc:creator>gpei_ahuang</dc:creator>
      <dc:date>2022-07-15T13:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent point symbols from disappearing when overlapped with a label from another layer or basemap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-prevent-point-symbols-from-disappearing/m-p/1195341#M78035</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I overlooked the fact you asked for JavaScript - the JavaScript API unfortunately only has limited support for deconfliction and no support for overlap. My apologies.&lt;BR /&gt;It would seem that in your case, it would be appropriate to experiment by setting deconfliction to `none`.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html#deconflictionStrategy" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-LabelClass.html#deconflictionStrategy&lt;BR /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 09:47:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-prevent-point-symbols-from-disappearing/m-p/1195341#M78035</guid>
      <dc:creator>PeterDimitrov1</dc:creator>
      <dc:date>2022-07-25T09:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent point symbols from disappearing when overlapped with a label from another layer or basemap</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-prevent-point-symbols-from-disappearing/m-p/1195359#M78039</link>
      <description>&lt;P&gt;Thanks Peter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will give that a try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Allen&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 11:05:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-prevent-point-symbols-from-disappearing/m-p/1195359#M78039</guid>
      <dc:creator>AllenHuang</dc:creator>
      <dc:date>2022-07-25T11:05:06Z</dc:date>
    </item>
  </channel>
</rss>

