Select to view content in your preferred language

Aerial tiles - REST/GET Download and store for offline use, but no developer / token variant for tiles?

3329
0
03-09-2016 02:44 PM
AnyOne
by
Deactivated User

Hi,

I was happy to see the 'ExportTile' REST functionality, such that it would be possible to export some tiles using a nice API:

http://www.arcgis.com/home/item.html?id=226d23f076da478bba4589e7eae95952

I can create the REST request and everything nicely with a token, but unfortunately it seems to always 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 JPG/PNG files in the usual /zoomlevel/x/y.png format, as I am bound to some limitations of my project (using Mono .Net < v4.0). I cannot include custom DLL's. It is a standalone experimentation project.

Ofcourse getting base images is quite easy to do, as I just need to get the tiles from a Tile URL: http://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/z/x/y

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.

Unfortunately, this is not conform the terms of http://downloads2.esri.com/ArcGISOnline/docs/tou_summary.pdf which is rather unfortunate. As a programmer I do not want to interfere with such terms /too/ much , 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.

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.

But perhaps I am overlooking some of the site information, as I get quite some redirects because the site has changed. Does anyone have a clue?

Apologies for the long message, I just wanted to make the problem clear . 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 "Exploded' instead of compact for the file type would work, but it does not unfortunately.

Thank you in advance, any help appreciated!

Note: I am putting this in Web development as it is rather web API related, and this group seems to have more activity.

0 Kudos
0 Replies