<?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: Bug rendering 3d polygon in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-rendering-3d-polygon/m-p/1229469#M79259</link>
    <description>&lt;P&gt;Unfortunately, this is a current limitation and in our backlog.&lt;/P&gt;&lt;P&gt;Could you please elaborate what you are trying to show with this specific polygon and explain the use case behind? This helps us to prioritize since solving all possible cases is not trivial in 3D.&lt;/P&gt;&lt;P&gt;Thanks a lot for your insights,&lt;BR /&gt;Veronika&lt;/P&gt;</description>
    <pubDate>Tue, 08 Nov 2022 13:19:07 GMT</pubDate>
    <dc:creator>VeronikaLanders</dc:creator>
    <dc:date>2022-11-08T13:19:07Z</dc:date>
    <item>
      <title>Bug rendering 3d polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-rendering-3d-polygon/m-p/1229424#M79257</link>
      <description>&lt;P&gt;the following polygon fill renders incorrectly (the polygon is oriented vertically)&lt;/P&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="BerwynMcKilligan_0-1667885778754.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/55459i83BEE80CDF42C8C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BerwynMcKilligan_0-1667885778754.png" alt="BerwynMcKilligan_0-1667885778754.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;require([&lt;BR /&gt;"esri/Map",&lt;BR /&gt;"esri/views/SceneView",&lt;BR /&gt;"esri/layers/GraphicsLayer",&lt;BR /&gt;"esri/Graphic"&lt;BR /&gt;], (Map, SceneView, GraphicsLayer, Graphic) =&amp;gt; {&lt;BR /&gt;const map = new Map({&lt;BR /&gt;basemap: "hybrid"&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;const view = new SceneView({&lt;BR /&gt;container: "viewDiv",&lt;BR /&gt;map: map,&lt;/P&gt;&lt;P&gt;camera: {&lt;BR /&gt;// autocasts as new Camera()&lt;BR /&gt;position: {&lt;BR /&gt;// autocasts as new Point()&lt;BR /&gt;x: -122.7600058172586,&lt;BR /&gt;y: 49.01613625727473,&lt;BR /&gt;z: 36.28960603238933&lt;BR /&gt;},&lt;BR /&gt;heading: 63,&lt;BR /&gt;tilt: 67.7126064292701&lt;BR /&gt;}&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;const graphicsLayer = new GraphicsLayer();&lt;BR /&gt;map.add(graphicsLayer);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;const polygon = {&lt;BR /&gt;type: "polygon", // autocasts as new Polygon()&lt;BR /&gt;rings: [&lt;BR /&gt;[-122.75920881,49.01650073,10.46],&lt;BR /&gt;[-122.75918975212072,49.01648150497291,13.86],&lt;BR /&gt;[-122.75918771772683,49.0164794527363,14.11],&lt;BR /&gt;[-122.75919250348161,49.01648428046471,15.46],&lt;BR /&gt;[-122.75917743373131,49.016469078544624,19.41],&lt;BR /&gt;[-122.75916729312918,49.016458849003996,19.46],&lt;BR /&gt;[-122.75919081188758,49.01648257403449,23.61],&lt;BR /&gt;[-122.75920881,49.01650073,25.46],&lt;BR /&gt;[-122.75920881,49.01650073,10.46]&lt;BR /&gt;]&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;const fillSymbol = {&lt;BR /&gt;type: "simple-fill", // autocasts as new SimpleFillSymbol()&lt;BR /&gt;color: [227, 139, 79, 0.8],&lt;BR /&gt;outline: {&lt;BR /&gt;// autocasts as new SimpleLineSymbol()&lt;BR /&gt;color: [255, 255, 255],&lt;BR /&gt;width: 2&lt;BR /&gt;}&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;const polygonGraphic = new Graphic({&lt;BR /&gt;geometry: polygon,&lt;BR /&gt;symbol: fillSymbol&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;graphicsLayer.add(polygonGraphic);&lt;BR /&gt;});&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 05:36:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-rendering-3d-polygon/m-p/1229424#M79257</guid>
      <dc:creator>BerwynMcKilligan</dc:creator>
      <dc:date>2022-11-08T05:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bug rendering 3d polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-rendering-3d-polygon/m-p/1229469#M79259</link>
      <description>&lt;P&gt;Unfortunately, this is a current limitation and in our backlog.&lt;/P&gt;&lt;P&gt;Could you please elaborate what you are trying to show with this specific polygon and explain the use case behind? This helps us to prioritize since solving all possible cases is not trivial in 3D.&lt;/P&gt;&lt;P&gt;Thanks a lot for your insights,&lt;BR /&gt;Veronika&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 13:19:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-rendering-3d-polygon/m-p/1229469#M79259</guid>
      <dc:creator>VeronikaLanders</dc:creator>
      <dc:date>2022-11-08T13:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bug rendering 3d polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-rendering-3d-polygon/m-p/1229766#M79270</link>
      <description>&lt;P&gt;I am using this to show geotechnical sounding information, displaying measured properties with depth and defining layers at depth, the following example is elevated above the surface for clarity.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BerwynMcKilligan_0-1667957349921.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/55537i10EB87ADE23A34CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BerwynMcKilligan_0-1667957349921.png" alt="BerwynMcKilligan_0-1667957349921.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;or bellow ground&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BerwynMcKilligan_1-1667957608471.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/55541i20EBC0EEF802E1C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BerwynMcKilligan_1-1667957608471.png" alt="BerwynMcKilligan_1-1667957608471.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;images are rendered using cesium, looking to implement ArcGIS js&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 01:35:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-rendering-3d-polygon/m-p/1229766#M79270</guid>
      <dc:creator>BerwynMcKilligan</dc:creator>
      <dc:date>2022-11-09T01:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Bug rendering 3d polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-rendering-3d-polygon/m-p/1339958#M82523</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/634547"&gt;@BerwynMcKilligan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;We've installed a fix for this in the upcoming 4.28 release that goes out this October.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Once you can try it out, let us know if you still run into any issues!&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 11:57:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bug-rendering-3d-polygon/m-p/1339958#M82523</guid>
      <dc:creator>GreteSoosalu</dc:creator>
      <dc:date>2023-10-20T11:57:48Z</dc:date>
    </item>
  </channel>
</rss>

