<?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 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/1040902#M72220</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;I am trying to render a vertical polygon (essentially a wall) in a SceneView and I am following this tutorial:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/graphics-basic-3d/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/sample-code/graphics-basic-3d/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&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;/P&gt;&lt;P&gt;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Mar 2021 00:13:18 GMT</pubDate>
    <dc:creator>avecchi</dc:creator>
    <dc:date>2021-03-26T00:13:18Z</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/1040902#M72220</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I am trying to render a vertical polygon (essentially a wall) in a SceneView and I am following this tutorial:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/graphics-basic-3d/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/sample-code/graphics-basic-3d/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&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;/P&gt;&lt;P&gt;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 00:13:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/polygon-symbol-sceneview-no-fill-when-points-are/m-p/1040902#M72220</guid>
      <dc:creator>avecchi</dc:creator>
      <dc:date>2021-03-26T00:13:18Z</dc:date>
    </item>
  </channel>
</rss>

