<?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: Best way to get data from World Topo Map service in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212580#M19680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you want to use the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/javascript/jsapi/identifytask-amd.html" rel="nofollow" target="_blank"&gt;IdentifyTask&lt;/A&gt;&lt;SPAN&gt; to query the raster (your choice- either the feet or meters service) and retrieve your value that way. Have a map OnClick event and then pass the geometry of the clicked location (make sure they are in Web Mercator projection) to the geometry property of the IdentifyParameters. I think this will return what you're looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 20:35:43 GMT</pubDate>
    <dc:creator>SteveCole</dc:creator>
    <dc:date>2013-12-19T20:35:43Z</dc:date>
    <item>
      <title>Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212577#M19677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to use the Elevation Layer (either m or ft) from the World Topo Map service (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" rel="nofollow" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;) to get elevation values.&amp;nbsp; However, this is a Raster layer, and I don't see any way in the JavaScript API to get or query the values.&amp;nbsp; Maybe I have missed something, and sure would like to know about it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything I have seen so far uses Feature Layers to query or retrieve data.&amp;nbsp; This is easy to do in ArcMap, but I can't see how to do it using the JavaScript API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have information that would help with this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Charlie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 15:23:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212577#M19677</guid>
      <dc:creator>DougCollins</dc:creator>
      <dc:date>2013-12-19T15:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212578#M19678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;topo map service is only for creating tiled map layer. What you are looking for is elevation profile service, which is a GP service. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is an old sample service:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver2.arcgisonline.com/ArcGIS/rest/services/Elevation/ESRI_Elevation_World/GPServer/ProfileService"&gt;http://sampleserver2.arcgisonline.com/ArcGIS/rest/services/Elevation/ESRI_Elevation_World/GPServer/ProfileService&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure about the latest one. Please ask the question on AcGIS REST API forum.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 16:13:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212578#M19678</guid>
      <dc:creator>JianHuang</dc:creator>
      <dc:date>2013-12-19T16:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212579#M19679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not trying to create an elevation profile.&amp;nbsp; All I want to do is click a point on the map and get the elevation of that point.&amp;nbsp; It seems like it should be as simple and basic as getting the latitude and longitude of a point on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Layers 1 and 2 of the World Topo Map service indicate that they are Elevation (m) and Elevation (ft).&amp;nbsp; One would think that this service could be used for getting the elevation.&amp;nbsp; However, if that is not the case, and the elevation profile service is the answer then how does one get the elevation of a single point?&amp;nbsp; That service does not seem to provide that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Charlie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 18:51:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212579#M19679</guid>
      <dc:creator>DougCollins</dc:creator>
      <dc:date>2013-12-19T18:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212580#M19680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you want to use the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/javascript/jsapi/identifytask-amd.html" rel="nofollow" target="_blank"&gt;IdentifyTask&lt;/A&gt;&lt;SPAN&gt; to query the raster (your choice- either the feet or meters service) and retrieve your value that way. Have a map OnClick event and then pass the geometry of the clicked location (make sure they are in Web Mercator projection) to the geometry property of the IdentifyParameters. I think this will return what you're looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 20:35:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212580#M19680</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2013-12-19T20:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212581#M19681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have an ArcGISImageServiceLayer, identifyTask (after JS API 3.5) can find the pixel value and other related info, which might be the elevation depending on the data. But topo map is a tiled map service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 02:38:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212581#M19681</guid>
      <dc:creator>JianHuang</dc:creator>
      <dc:date>2013-12-20T02:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212582#M19682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the info.&amp;nbsp; I will try the IdentifyTask to see what it provides.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently I am using version 3.2 so I won't be able to take advantage of the ArcGISImageServiceLayer yet.&amp;nbsp; I will need to upgrade other components of my site as well to move to the latest version of the JS API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Charlie&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S.&amp;nbsp; I tried to give both Steve and Jian credit for their answers but it only let's me select one. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 11:38:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212582#M19682</guid>
      <dc:creator>DougCollins</dc:creator>
      <dc:date>2013-12-20T11:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212583#M19683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;just to clarify.&amp;nbsp; the World Topo Map is one of the few tiled map services that i know of that actually exposes a few underlying layers to operations like Identify:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/identify?geometryType=esriGeometryPoint&amp;amp;geometry=-117,34&amp;amp;sr=4326&amp;amp;layers=&amp;amp;time=&amp;amp;layerTimeOptions=&amp;amp;layerdefs=&amp;amp;tolerance=3&amp;amp;mapExtent=-13419896.181968385,3741133.9123886316,-12717898.514197363,4243783.810391926&amp;amp;imageDisplay=500,500,96&amp;amp;returnGeometry=true&amp;amp;maxAllowableOffset=&amp;amp;f=HTML"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/identify?geometryType=esriGeometryPoint&amp;amp;geometry=-117,34&amp;amp;sr=4326&amp;amp;layers=&amp;amp;time=&amp;amp;layerTimeOptions=&amp;amp;layerdefs=&amp;amp;tolerance=3&amp;amp;mapExtent=-13419896.181968385,3741133.9123886316,-12717898.514197363,4243783.810391926&amp;amp;imageDisplay=500,500,96&amp;amp;returnGeometry=true&amp;amp;maxAllowableOffset=&amp;amp;f=HTML&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]30076[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 14:59:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212583#M19683</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-12-23T14:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212584#M19684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As of February 24 when this service was updated, I can no longer identify the elevation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was using field name Pixel value for layers 1 and 2. What can I use instead?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 21:42:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212584#M19684</guid>
      <dc:creator>TammyBearly</dc:creator>
      <dc:date>2014-02-25T21:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212585#M19685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi tammy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it looks like this has been &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2014/01/31/change-to-world-topographic-map-sub-layers/"&gt;documented&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; im not sure of the reason for the change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i know we have more robust &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/rest/elevation/"&gt;elevation services&lt;/A&gt;&lt;SPAN&gt; in beta, but that seems a bit overkill compared to what you were doing before.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 21:54:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212585#M19685</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2014-02-25T21:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212586#M19686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The reason for the change seems quite clear to me- the free ride is over. Just like what happened with routing at the end of last year, ESRI wants to now lock you into paying for these services using ArcGIS Online accounts &amp;amp; credits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI still provides two elevation globeserver REST endpoints but probably not at the resolution you want:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://services.arcgisonline.com/arcgis/rest/services/Elevation"&gt;http://services.arcgisonline.com/arcgis/rest/services/Elevation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like you'll either have to a.) pay for credits &amp;amp; use ESRI's previously free service, b.) load up and serve your own elevation data, or c.) hope that the USGS or other fed agency is already serving up elevation data as a REST service someplace.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 22:11:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212586#M19686</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2014-02-25T22:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212587#M19687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried both of the globeservers and cannot get them to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do the credits work and how much is the service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The reason for the change seems quite clear to me- the free ride is over. Just like what happened with routing at the end of last year, ESRI wants to now lock you into paying for these services using ArcGIS Online accounts &amp;amp; credits.&lt;BR /&gt;&lt;BR /&gt;ESRI still provides two elevation globeserver REST endpoints but probably not at the resolution you want:&lt;BR /&gt;&lt;A href="http://services.arcgisonline.com/arcgis/rest/services/Elevation"&gt;http://services.arcgisonline.com/arcgis/rest/services/Elevation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Looks like you'll either have to a.) pay for credits &amp;amp; use ESRI's previously free service, b.) load up and serve your own elevation data, or c.) hope that the USGS or other fed agency is already serving up elevation data as a REST service someplace.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 23:14:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212587#M19687</guid>
      <dc:creator>TammyBearly</dc:creator>
      <dc:date>2014-02-25T23:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212588#M19688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;tammy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;apparently the appropriate replacement service can actually be found &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=58a541efc59545e6b7137f961d7de883"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;its my understanding that even though the service requires an ArcGIS Online subscription (which is now included with the purchase of ArcGIS Desktop automatically) it doesn't actually burn credits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;as a developer, what this means to you is that you'll have to authenticate on behalf of end users to access the content if you don't want anyone to have to sign in.&amp;nbsp; this would entail setting up our new &lt;/SPAN&gt;&lt;A href="https://github.com/Esri/resource-proxy"&gt;resource-proxy&lt;/A&gt;&lt;SPAN&gt; and either registering your app or storing hardcoded user credentials and routing traffic to the elevation service through your proxy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is similar to what you'd do if you were interested in using other Esri services like traffic, batch geocoding or routing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 15:53:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212588#M19688</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2014-02-26T15:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212589#M19689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi John,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I get the proxy service set up correctly, would I use the same identify task parameters. I will use the new url, &lt;/SPAN&gt;&lt;A href="http://elevation.arcgis.com/arcgis/rest/services/WorldElevation/Terrain/ImageServer"&gt;http://elevation.arcgis.com/arcgis/rest/services/WorldElevation/Terrain/ImageServer&lt;/A&gt;&lt;SPAN&gt;. But should the field still be Pixel value?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tammy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;tammy,&lt;BR /&gt;apparently the appropriate replacement service can actually be found &lt;A href="http://www.arcgis.com/home/item.html?id=58a541efc59545e6b7137f961d7de883"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;its my understanding that even though the service requires an ArcGIS Online subscription (which is now included with the purchase of ArcGIS Desktop automatically) it doesn't actually burn credits.&lt;BR /&gt;&lt;BR /&gt;as a developer, what this means to you is that you'll have to authenticate on behalf of end users to access the content if you don't want anyone to have to sign in.&amp;nbsp; this would entail setting up our new &lt;A href="https://github.com/Esri/resource-proxy"&gt;resource-proxy&lt;/A&gt; and either registering your app or storing hardcoded user credentials and routing traffic to the elevation service through your proxy.&lt;BR /&gt;&lt;BR /&gt;this is similar to what you'd do if you were interested in using other Esri services like traffic, batch geocoding or routing.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 16:58:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212589#M19689</guid>
      <dc:creator>TammyBearly</dc:creator>
      <dc:date>2014-02-26T16:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212590#M19690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;actually, it looks like the identifyParameters for that image service are a fair amount different than what we see for map services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i took the time to write up a &lt;/SPAN&gt;&lt;A href="http://jsfiddle.net/jagravois/PFART/"&gt;sample&lt;/A&gt;&lt;SPAN&gt; which uses esriRequest to gather the info you're looking for.&amp;nbsp; you'll have to sign in when running it in jsfiddle, but the same code could utilize a proxy on your own web server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;let me know if i can be of any more help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 19:55:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212590#M19690</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2014-02-26T19:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to get data from World Topo Map service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212591#M19691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks that looks like just what I need!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;actually, it looks like the identifyParameters for that image service are a fair amount different than what we see for map services.&lt;BR /&gt;&lt;BR /&gt;i took the time to write up a &lt;A href="http://jsfiddle.net/jagravois/PFART/"&gt;sample&lt;/A&gt; which uses esriRequest to gather the info you're looking for.&amp;nbsp; you'll have to sign in when running it in jsfiddle, but the same code could utilize a proxy on your own web server.&lt;BR /&gt;&lt;BR /&gt;let me know if i can be of any more help.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 23:03:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/best-way-to-get-data-from-world-topo-map-service/m-p/212591#M19691</guid>
      <dc:creator>TammyBearly</dc:creator>
      <dc:date>2014-02-26T23:03:18Z</dc:date>
    </item>
  </channel>
</rss>

