<?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: 3D Geoserver WFS but not rendering the Z dimension in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-geoserver-wfs-but-not-rendering-the-z-dimension/m-p/1278669#M80877</link>
    <description>&lt;P&gt;Could it simply be a mistyped property name?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;elevation_info: {&lt;/LI-CODE&gt;&lt;P&gt;-&amp;gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;elevationInfo: {&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2023 08:58:46 GMT</pubDate>
    <dc:creator>AndreasUlmer</dc:creator>
    <dc:date>2023-04-14T08:58:46Z</dc:date>
    <item>
      <title>3D Geoserver WFS but not rendering the Z dimension</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-geoserver-wfs-but-not-rendering-the-z-dimension/m-p/1278649#M80875</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Hi,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;I have a WFS (v2.0.0) containing polylines with Z value hosted a local Geoserver. I am able to render the polylines on webscene, however, the z value seems to be missing. It is rendered flat at 0 elevation. The response from Geoserver clearly contains z value (pls refer to the screenshot).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;I have tried the same using ArcGIS Server (WFS) and it was working with no issues. &amp;nbsp;Is there anything that I have missed out? &amp;nbsp;I've also upgraded to the latest version of arcgis/core (4.26.5) and played around with the elevation&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;let wfsURL = http://localhost:8080/geoserver/myData/ows?service=wfs&amp;amp;version=2.0.0let renderer =
{
    type: "simple",
    symbol: {
      type: "simple-line",
      width: "2px",
      style: "solid"
    }
  } 
const fLayer = new WFSLayer({
      title: "myPolyline",
      url: wfsURL,
      name: "myData:myPolyline",
      outFields: ["*"],
      renderer: renderer,
      popupEnabled: true, 
      elevation_info: {
         mode: "absolute-height",
         offset: 0,
         unit: "meters" }
  webscene.add(fLayer) &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="lawrenceMC_0-1681453962238.png" style="width: 600px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/67996i0B82777D28F8C2B0/image-dimensions/600x186?v=v2" width="600" height="186" role="button" title="lawrenceMC_0-1681453962238.png" alt="lawrenceMC_0-1681453962238.png" /&gt;&lt;/span&gt;&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="lawrenceMC_0-1681453847547.png" style="width: 215px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/67993i561505994A9A7BD7/image-dimensions/215x269?v=v2" width="215" height="269" role="button" title="lawrenceMC_0-1681453847547.png" alt="lawrenceMC_0-1681453847547.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>Fri, 14 Apr 2023 06:33:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-geoserver-wfs-but-not-rendering-the-z-dimension/m-p/1278649#M80875</guid>
      <dc:creator>lawrenceMC</dc:creator>
      <dc:date>2023-04-14T06:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Geoserver WFS but not rendering the Z dimension</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-geoserver-wfs-but-not-rendering-the-z-dimension/m-p/1278669#M80877</link>
      <description>&lt;P&gt;Could it simply be a mistyped property name?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;elevation_info: {&lt;/LI-CODE&gt;&lt;P&gt;-&amp;gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;elevationInfo: {&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 08:58:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-geoserver-wfs-but-not-rendering-the-z-dimension/m-p/1278669#M80877</guid>
      <dc:creator>AndreasUlmer</dc:creator>
      <dc:date>2023-04-14T08:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: 3D Geoserver WFS but not rendering the Z dimension</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-geoserver-wfs-but-not-rendering-the-z-dimension/m-p/1541215#M85732</link>
      <description>&lt;P&gt;Hello, you find a solution for this one?&lt;/P&gt;</description>
      <pubDate>Sun, 22 Sep 2024 18:08:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/3d-geoserver-wfs-but-not-rendering-the-z-dimension/m-p/1541215#M85732</guid>
      <dc:creator>TfenDbg</dc:creator>
      <dc:date>2024-09-22T18:08:47Z</dc:date>
    </item>
  </channel>
</rss>

