<?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 see the label when it is covered by a translucent object in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-see-the-label-when-it-is-covered-by-a/m-p/1682992#M88127</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/611730"&gt;@LeoChen5566&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will be fixed with the upcoming ArcGIS Maps SDK for Javascript 5.0 release.&lt;/P&gt;&lt;P&gt;All the best,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Matthias Thöny&lt;/P&gt;</description>
    <pubDate>Mon, 09 Feb 2026 08:36:13 GMT</pubDate>
    <dc:creator>MatthiasThoeny</dc:creator>
    <dc:date>2026-02-09T08:36:13Z</dc:date>
    <item>
      <title>How to see the label when it is covered by a translucent object</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-see-the-label-when-it-is-covered-by-a/m-p/1204912#M78384</link>
      <description>&lt;P&gt;I have a translucent 3D box (point-3d symbol object).&lt;/P&gt;&lt;P&gt;And put a ship (another point-3d symbol object) in it.&lt;/P&gt;&lt;P&gt;But only the ship is displayed, the label is not.&lt;/P&gt;&lt;P&gt;Is there a way to show the label in box?&lt;/P&gt;&lt;P&gt;my code:&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/llllllllc/pen/yLKwgaP?editors=1000" target="_self"&gt;https://codepen.io/llllllllc/pen/yLKwgaP?editors=1000&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Web page screen:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CHIJUCJEN_0-1661155792827.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49107iBAE1E3FAC1891EEE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CHIJUCJEN_0-1661155792827.png" alt="CHIJUCJEN_0-1661155792827.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeoChen5566_0-1661156403220.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/49108i62A5BBB8BA3890C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeoChen5566_0-1661156403220.png" alt="LeoChen5566_0-1661156403220.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 08:20:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-see-the-label-when-it-is-covered-by-a/m-p/1204912#M78384</guid>
      <dc:creator>LeoChen5566</dc:creator>
      <dc:date>2022-08-22T08:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to see the label when it is covered by a translucent object</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-see-the-label-when-it-is-covered-by-a/m-p/1204996#M78388</link>
      <description>&lt;P&gt;Hello &lt;STRONG&gt;&lt;SPAN class=""&gt;LeoChen5566&lt;/SPAN&gt;&lt;/STRONG&gt;,&lt;BR /&gt;&lt;BR /&gt;The labeled point feature (boat) is inside the box - therefore the label is obstructed by the box and is being removed.&lt;BR /&gt;I believe this to be the default behavior for labeling in 3D scenes in JS.&lt;BR /&gt;&lt;BR /&gt;In contrast, if you were working with a 2D Map instead and had a similar case where a feature interior was overlapping the label of another feature, therefore causing it to disappear, this could be mitigated by setting the Deconfliction Strategy to None on that label class.&lt;BR /&gt;&lt;BR /&gt;Unfortunately however, this is not yet supported for 3D scenes in JS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;Peter Dimitrov&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 14:26:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-see-the-label-when-it-is-covered-by-a/m-p/1204996#M78388</guid>
      <dc:creator>PeterDimitrov1</dc:creator>
      <dc:date>2022-08-22T14:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to see the label when it is covered by a translucent object</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-see-the-label-when-it-is-covered-by-a/m-p/1682992#M88127</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/611730"&gt;@LeoChen5566&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will be fixed with the upcoming ArcGIS Maps SDK for Javascript 5.0 release.&lt;/P&gt;&lt;P&gt;All the best,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Matthias Thöny&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 08:36:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-see-the-label-when-it-is-covered-by-a/m-p/1682992#M88127</guid>
      <dc:creator>MatthiasThoeny</dc:creator>
      <dc:date>2026-02-09T08:36:13Z</dc:date>
    </item>
  </channel>
</rss>

