<?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 ArcGIS Viewer for Flex Elevation Profile Widget 3.6 in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-elevation-profile-widget-3/m-p/635928#M18855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help with changing the code from default kilometers to feet?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, where does this widget reference elevation data when a line is drawn on the base map?&amp;nbsp; I would assume it accesses the same database that the AGOL Elevations Template uses.&amp;nbsp; Is there a way to edit where the elevation data comes from, for example, using our own server based GDB DEM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2014 18:31:13 GMT</pubDate>
    <dc:creator>MathewSuran</dc:creator>
    <dc:date>2014-08-06T18:31:13Z</dc:date>
    <item>
      <title>ArcGIS Viewer for Flex Elevation Profile Widget 3.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-elevation-profile-widget-3/m-p/635928#M18855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help with changing the code from default kilometers to feet?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, where does this widget reference elevation data when a line is drawn on the base map?&amp;nbsp; I would assume it accesses the same database that the AGOL Elevations Template uses.&amp;nbsp; Is there a way to edit where the elevation data comes from, for example, using our own server based GDB DEM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 18:31:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-elevation-profile-widget-3/m-p/635928#M18855</guid>
      <dc:creator>MathewSuran</dc:creator>
      <dc:date>2014-08-06T18:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Viewer for Flex Elevation Profile Widget 3.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-elevation-profile-widget-3/m-p/635929#M18856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Like most widgets the Elevation Profile widget has a configuration xml file where you can find the unitsAndLabeling element and in there you will see where it is configured for metes and kilometers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is &lt;SPAN class="readOnly"&gt;&lt;SPAN&gt;using an elevation profile geoprocessing service here &lt;A href="http://elevation.arcgis.com/arcgis/rest/services/Tools/ElevationSync/GPServer/Profile/execute" title="http://elevation.arcgis.com/arcgis/rest/services/Tools/ElevationSync/GPServer/Profile/execute"&gt;http://elevation.arcgis.com/arcgis/rest/services/Tools/ElevationSync/GPServer/Profile/execute&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="readOnly"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="readOnly"&gt;&lt;SPAN&gt;More info on this service here: &lt;SPAN class="readOnly"&gt;&lt;SPAN&gt;&lt;A href="https://developers.arcgis.com/rest/elevation/" target="_blank"&gt;https://developers.arcgis.com/rest/elevation/&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="readOnly"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="readOnly"&gt;&lt;SPAN&gt;I guess if you get the Geoprocessing service code and add your own data and republish on your own server than you could use your own DEM info.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 18:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-elevation-profile-widget-3/m-p/635929#M18856</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-08-06T18:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Viewer for Flex Elevation Profile Widget 3.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-elevation-profile-widget-3/m-p/635930#M18857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I will look over those resources and see if I can get it to work.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I messed around with the xml file and changed the label to feet and changed the &amp;lt;multiplyByToConvertFromMeters&amp;gt; value to 3.2808399 since 1 meter=3.2808399 feet.&amp;nbsp; That seemed to work perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 19:10:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/arcgis-viewer-for-flex-elevation-profile-widget-3/m-p/635930#M18857</guid>
      <dc:creator>MathewSuran</dc:creator>
      <dc:date>2014-08-06T19:10:20Z</dc:date>
    </item>
  </channel>
</rss>

