<?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 Aerial tiles - REST/GET Download and store for offline use, but no developer / token variant for tiles? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/aerial-tiles-rest-get-download-and-store-for/m-p/332844#M30743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was happy to see the '&lt;STRONG&gt;ExportTile&lt;/STRONG&gt;' REST functionality, such that it would be possible to export some tiles using a nice API:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=226d23f076da478bba4589e7eae95952"&gt;http://www.arcgis.com/home/item.html?id=226d23f076da478bba4589e7eae95952 &lt;/A&gt;​&lt;/P&gt;&lt;P&gt;I can create the REST request and everything nicely with a token, but unfortunately it seems to &lt;EM&gt;always&lt;/EM&gt; return a TPK file (which I can unzip) but then contains not what I was hoping for: another strange format. For my application I would really like to have &lt;EM&gt;JPG/PNG&lt;/EM&gt; files in the usual /zoomlevel/x/y.png format, as I am bound to some limitations of my project (using Mono .Net &amp;lt; v4.0). I &lt;EM&gt;cannot&lt;/EM&gt; include custom DLL's. It is a standalone experimentation project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ofcourse getting base images is quite easy to do, as I just need to get the tiles from a Tile URL: &lt;SPAN style="text-decoration: underline;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fservices.arcgisonline.com%2Farcgis%2Frest%2Fservices%2FWorld_Imagery%2FMapServer%2Ftile%2Fz%2Fx%2Fy" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/z/x/y&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and then keep these cached in a small database such as SQLite, files will only be requested once for a long long time. It might only be a few dozens of tiles per month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, this is not conform the terms of &lt;A href="http://downloads2.esri.com/ArcGISOnline/docs/tou_summary.pdf"&gt;http://downloads2.esri.com/ArcGISOnline/docs/tou_summary.pdf &lt;/A&gt;which is rather unfortunate. As a programmer I do not want to interfere with such terms /too/ much &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;, as I am well aware of work that goes into development. Tiles will not be distributed except for (efficiently) stored in a Sqlite DB or texture atlas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now I am not sure how to continue, as for me it is impossible to use the "Esri Content Packages" which I assume as some of the development kits that can be found on the site. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But perhaps I am overlooking some of the site information, as I get quite some redirects because the site has changed. &lt;EM&gt;Does anyone have a clue? &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for the long message, I just wanted to make the problem clear &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;. I cannot imagine that I am the only one that is experiencing this issue. Maybe I am just using the REST API incorrectly. I thought "&lt;EM&gt;Exploded&lt;/EM&gt;' instead of &lt;EM&gt;compact&lt;/EM&gt; for the file type would work, but it does not unfortunately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance, any help appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Note: I am putting this in Web development as it is rather web API related, and this group seems to have more activity.&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2016 22:44:42 GMT</pubDate>
    <dc:creator>AnyOne</dc:creator>
    <dc:date>2016-03-09T22:44:42Z</dc:date>
    <item>
      <title>Aerial tiles - REST/GET Download and store for offline use, but no developer / token variant for tiles?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/aerial-tiles-rest-get-download-and-store-for/m-p/332844#M30743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was happy to see the '&lt;STRONG&gt;ExportTile&lt;/STRONG&gt;' REST functionality, such that it would be possible to export some tiles using a nice API:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=226d23f076da478bba4589e7eae95952"&gt;http://www.arcgis.com/home/item.html?id=226d23f076da478bba4589e7eae95952 &lt;/A&gt;​&lt;/P&gt;&lt;P&gt;I can create the REST request and everything nicely with a token, but unfortunately it seems to &lt;EM&gt;always&lt;/EM&gt; return a TPK file (which I can unzip) but then contains not what I was hoping for: another strange format. For my application I would really like to have &lt;EM&gt;JPG/PNG&lt;/EM&gt; files in the usual /zoomlevel/x/y.png format, as I am bound to some limitations of my project (using Mono .Net &amp;lt; v4.0). I &lt;EM&gt;cannot&lt;/EM&gt; include custom DLL's. It is a standalone experimentation project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ofcourse getting base images is quite easy to do, as I just need to get the tiles from a Tile URL: &lt;SPAN style="text-decoration: underline;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fservices.arcgisonline.com%2Farcgis%2Frest%2Fservices%2FWorld_Imagery%2FMapServer%2Ftile%2Fz%2Fx%2Fy" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/z/x/y&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and then keep these cached in a small database such as SQLite, files will only be requested once for a long long time. It might only be a few dozens of tiles per month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, this is not conform the terms of &lt;A href="http://downloads2.esri.com/ArcGISOnline/docs/tou_summary.pdf"&gt;http://downloads2.esri.com/ArcGISOnline/docs/tou_summary.pdf &lt;/A&gt;which is rather unfortunate. As a programmer I do not want to interfere with such terms /too/ much &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;, as I am well aware of work that goes into development. Tiles will not be distributed except for (efficiently) stored in a Sqlite DB or texture atlas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now I am not sure how to continue, as for me it is impossible to use the "Esri Content Packages" which I assume as some of the development kits that can be found on the site. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But perhaps I am overlooking some of the site information, as I get quite some redirects because the site has changed. &lt;EM&gt;Does anyone have a clue? &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for the long message, I just wanted to make the problem clear &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;. I cannot imagine that I am the only one that is experiencing this issue. Maybe I am just using the REST API incorrectly. I thought "&lt;EM&gt;Exploded&lt;/EM&gt;' instead of &lt;EM&gt;compact&lt;/EM&gt; for the file type would work, but it does not unfortunately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance, any help appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Note: I am putting this in Web development as it is rather web API related, and this group seems to have more activity.&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 22:44:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/aerial-tiles-rest-get-download-and-store-for/m-p/332844#M30743</guid>
      <dc:creator>AnyOne</dc:creator>
      <dc:date>2016-03-09T22:44:42Z</dc:date>
    </item>
  </channel>
</rss>

