<?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 Export tiles from Restful API in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/export-tiles-from-restful-api/m-p/190769#M906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The API at &lt;/SPAN&gt;&lt;A href="https://server.arcgisonline.com/arcgis/rest/services"&gt;https://server.arcgisonline.com/arcgis/rest/services&lt;/A&gt;&lt;SPAN&gt; is still at version 10.2, on which I don't know how to utilize the ExportTile, a new feature brought by 10.2.1. I am wondering when the API server will be updated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or instead, how to use ExportTile without it for Android? I have an Android App for digital field work. I want to include the ExportTile feature in next release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 13:34:05 GMT</pubDate>
    <dc:creator>GuanyuZhou</dc:creator>
    <dc:date>2014-06-20T13:34:05Z</dc:date>
    <item>
      <title>Export tiles from Restful API</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/export-tiles-from-restful-api/m-p/190769#M906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The API at &lt;/SPAN&gt;&lt;A href="https://server.arcgisonline.com/arcgis/rest/services"&gt;https://server.arcgisonline.com/arcgis/rest/services&lt;/A&gt;&lt;SPAN&gt; is still at version 10.2, on which I don't know how to utilize the ExportTile, a new feature brought by 10.2.1. I am wondering when the API server will be updated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or instead, how to use ExportTile without it for Android? I have an Android App for digital field work. I want to include the ExportTile feature in next release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 13:34:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/export-tiles-from-restful-api/m-p/190769#M906</guid>
      <dc:creator>GuanyuZhou</dc:creator>
      <dc:date>2014-06-20T13:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Export tiles from Restful API</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/export-tiles-from-restful-api/m-p/190770#M907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue with iOS. I found an example App from github (&lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/blob/master/DownloadTileCacheSample/DownloadTileCacheSample/ViewController.m" title="https://github.com/Esri/arcgis-runtime-samples-ios/blob/master/DownloadTileCacheSample/DownloadTileCacheSample/ViewController.m"&gt;arcgis-runtime-samples-ios/DownloadTileCacheSample/DownloadTileCacheSample/ViewController.m at master · Esri/arcgis-runt…&lt;/A&gt;) and it worked pretty well with the example URL. I had generated tiles on my ArcGIS-Server and I can view them on my App (cached data are accessible through browser and my App). Further I checked the option "Allow clients to export cache tiles" for my tiled MapService.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want:&lt;/P&gt;&lt;P&gt;- Save tiles on iOS device (iPhone).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i did:&lt;/P&gt;&lt;P&gt;- I am using the Object AGSExportTileCacheTask to estimate the download size (Method: "&lt;SPAN class="s1"&gt;[&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;tileCacheTask&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;estimateTileCacheSizeWithParameters&lt;SPAN class="s1"&gt;:params &lt;/SPAN&gt;status&lt;SPAN class="s1"&gt;:...]" &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;- First i get the status "1" (two times) and then &lt;SPAN style="color: #800000; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;"&gt;4294967295&lt;/SPAN&gt; (&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;"&gt;&lt;SPAN class="pln"&gt;ULONG_MAX&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;&lt;/SPAN&gt;&lt;/CODE&gt;). The ULONG_MAX status repeats for ever.&lt;/P&gt;&lt;P&gt;- On Server side I get the Message: "Found Number of tiles to Export = 27 Average Tile size: 146,162000 Total Tiles sized: 0,000000"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I requested the levels 6 and 7. They are both available and show by the app. But I can't export them. Did i miss something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone an idea? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 16:09:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/export-tiles-from-restful-api/m-p/190770#M907</guid>
      <dc:creator>MaxFelinger</dc:creator>
      <dc:date>2014-07-10T16:09:44Z</dc:date>
    </item>
  </channel>
</rss>

