<?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 Elevation profile not working? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/elevation-profile-not-working/m-p/1295197#M81288</link>
    <description>&lt;P&gt;Here is a simple elevation profile app but it's not working. After you draw the line, no profile is plotted.&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/lkoumis1/pen/LYgwVWP" target="_blank"&gt;https://codepen.io/lkoumis1/pen/LYgwVWP&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2023 21:48:28 GMT</pubDate>
    <dc:creator>LefterisKoumis</dc:creator>
    <dc:date>2023-06-01T21:48:28Z</dc:date>
    <item>
      <title>Elevation profile not working?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/elevation-profile-not-working/m-p/1295197#M81288</link>
      <description>&lt;P&gt;Here is a simple elevation profile app but it's not working. After you draw the line, no profile is plotted.&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/lkoumis1/pen/LYgwVWP" target="_blank"&gt;https://codepen.io/lkoumis1/pen/LYgwVWP&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 21:48:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/elevation-profile-not-working/m-p/1295197#M81288</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2023-06-01T21:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation profile not working?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/elevation-profile-not-working/m-p/1295247#M81289</link>
      <description>&lt;P&gt;It appears that your webmap does not have a ground elevation layer included (which is required to create the profile).&lt;/P&gt;&lt;P&gt;Add the ground parameter to your web map and it should work:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;        const map = new WebMap({
            basemap: "topo-vector",
            ground: "world-elevation"
        });&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 03:44:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/elevation-profile-not-working/m-p/1295247#M81289</guid>
      <dc:creator>Tim_McGinnes</dc:creator>
      <dc:date>2023-06-02T03:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Elevation profile not working?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/elevation-profile-not-working/m-p/1295256#M81290</link>
      <description>&lt;P&gt;THanks. I guess things are completely different with API 3.x. I have another app with the elevation profile on JS API 3.x and it is working with streets basemap.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 04:20:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/elevation-profile-not-working/m-p/1295256#M81290</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2023-06-02T04:20:56Z</dc:date>
    </item>
  </channel>
</rss>

