<?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: Polygon symbol SceneView: no fill when points are directly on top of each other in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1510354#M85111</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/503459"&gt;@GreteSoosalu&lt;/a&gt;&amp;nbsp;Sorry for the late response.&lt;/P&gt;&lt;P&gt;It does appear to be fixed for a single "plane" shaped polygon. Thanks!&lt;/P&gt;&lt;P&gt;Unfortunately, when you start to add some more shape to it, the fill disappears once again.&lt;/P&gt;&lt;P&gt;I've included the rings that I used for the broken example. Could it be that I'm defining the rings incorrectly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;[
  [
    [-104, 39, 5000],
    [-104, 39, 10000],
    [-104.75, 39.5, 10000],
    [-105, 40, 10000],
    [-105, 40, 5000],
    [-104.75, 39.5, 5000],
    [-104, 39, 5000]
  ]
]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-07-25 at 3.35.21 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110713iC09CBB5F41095858/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-07-25 at 3.35.21 PM.png" alt="Screenshot 2024-07-25 at 3.35.21 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-07-25 at 3.35.37 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110714i1928C493C04CB999/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-07-25 at 3.35.37 PM.png" alt="Screenshot 2024-07-25 at 3.35.37 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2024 22:44:37 GMT</pubDate>
    <dc:creator>avecchi</dc:creator>
    <dc:date>2024-07-25T22:44:37Z</dc:date>
    <item>
      <title>Polygon symbol SceneView: no fill when points are directly on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1242050#M79664</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to render a vertical polygon (essentially a wall) in a SceneView and I am following this tutorial:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/graphics-basic-3d/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://developers.arcgis.com/javascript/latest/sample-code/graphics-basic-3d/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason, when the points are directly on top of each other, the fill of the polygon disappears but the outline remains. Here is the code that is rendering the polygon:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const polygon = {
  type: 'polygon',
  rings: [
    [-104.95, 39.72, 5000],
    [-104.945, 39.725, 5000],
    [-104.945, 39.725, 8000],
    [-104.95, 39.72, 8000],
    [-104.95, 39.72, 5000]
  ]
}

const fillSymbol = {
  type: 'simple-fill',
  color: [227, 139, 79, 0.8],
  outline: {
    color: [255, 255, 255],
    width: 1
  }
}

const polygonGraphic = new Graphic({
  geometry: polygon,
  symbol: fillSymbol
})

graphicsLayer.add(polygonGraphic)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 16 Dec 2022 16:31:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1242050#M79664</guid>
      <dc:creator>avecchi</dc:creator>
      <dc:date>2022-12-16T16:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon symbol SceneView: no fill when points are directly on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1246003#M79795</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/467845"&gt;@avecchi&lt;/a&gt;, unfortunately, this is a current limitation and in our backlog.&lt;/P&gt;&lt;P&gt;Could you please explain a bit more the use case and how you would use such vertical polygons/walls? This can help us to prioritize since solving all possible cases is not trivial in 3D.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 14:19:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1246003#M79795</guid>
      <dc:creator>GreteSoosalu</dc:creator>
      <dc:date>2023-01-06T14:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon symbol SceneView: no fill when points are directly on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1246031#M79796</link>
      <description>&lt;P&gt;I'm displaying flight paths in 3D with lines and it's difficult to judge the altitude without something filling in the area below the line. Right now, I'm drawing vertical lines below every point on the flight path line to show the altitude but I feel like that is not a very performant way of handling this.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you plot a line in a KML and open it in Google Earth, it will fill in the area below the line to show the altitude a little better. I was trying to do something similar. I have attached an image to give you a better idea of what I'm trying to do.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 15:12:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1246031#M79796</guid>
      <dc:creator>avecchi</dc:creator>
      <dc:date>2023-01-06T15:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon symbol SceneView: no fill when points are directly on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1246033#M79797</link>
      <description>&lt;P&gt;Thanks a lot, I'll note it down!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 15:16:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1246033#M79797</guid>
      <dc:creator>GreteSoosalu</dc:creator>
      <dc:date>2023-01-06T15:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon symbol SceneView: no fill when points are directly on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1339957#M82522</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/467845"&gt;@avecchi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;We've&lt;/SPAN&gt;&lt;SPAN class=""&gt; installed a fix for the upcoming 4.28 release that goes out this October.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Let us know if you still run into any issues!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 11:57:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1339957#M82522</guid>
      <dc:creator>GreteSoosalu</dc:creator>
      <dc:date>2023-10-20T11:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon symbol SceneView: no fill when points are directly on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1510354#M85111</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/503459"&gt;@GreteSoosalu&lt;/a&gt;&amp;nbsp;Sorry for the late response.&lt;/P&gt;&lt;P&gt;It does appear to be fixed for a single "plane" shaped polygon. Thanks!&lt;/P&gt;&lt;P&gt;Unfortunately, when you start to add some more shape to it, the fill disappears once again.&lt;/P&gt;&lt;P&gt;I've included the rings that I used for the broken example. Could it be that I'm defining the rings incorrectly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;[
  [
    [-104, 39, 5000],
    [-104, 39, 10000],
    [-104.75, 39.5, 10000],
    [-105, 40, 10000],
    [-105, 40, 5000],
    [-104.75, 39.5, 5000],
    [-104, 39, 5000]
  ]
]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-07-25 at 3.35.21 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110713iC09CBB5F41095858/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-07-25 at 3.35.21 PM.png" alt="Screenshot 2024-07-25 at 3.35.21 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-07-25 at 3.35.37 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110714i1928C493C04CB999/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-07-25 at 3.35.37 PM.png" alt="Screenshot 2024-07-25 at 3.35.37 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 22:44:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1510354#M85111</guid>
      <dc:creator>avecchi</dc:creator>
      <dc:date>2024-07-25T22:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon symbol SceneView: no fill when points are directly on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1570256#M86280</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/467845"&gt;@avecchi&lt;/a&gt;&amp;nbsp;pardon for the extremely delayed response. Somehow I missed the notification of your post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We looked into your example above and noticed that the polygon you're trying to draw is not fully planar.&lt;BR /&gt;A workaround is to split the polygon into several simpler ones. I know this is not ideal but, unfortunately, this is a technical limitation we currently have in 3D.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 17:23:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1570256#M86280</guid>
      <dc:creator>GreteSoosalu</dc:creator>
      <dc:date>2024-12-19T17:23:46Z</dc:date>
    </item>
  </channel>
</rss>

