How to download Imagery with Labels as offline maps (.tpk)?

1500
5
03-28-2017 03:51 AM
SivaS
by
New Contributor

Hi, I am new to arcgis. I am working on offline maps. My task is to download offline map having imagery with labels as a .tpk file. Ex: http://www.arcgis.com/home/webmap/viewer.html?webmap=d802f08316e84c6592ef681c50178f17 .  I know two services are using to achieve this kind of functionality. Is it possible if we have two .tpk files  i) imagery.tpk and ii) transporatation.tpk to overlay on another to achieve that kind of functionality? I need to develop a WPF application.  Please help, thanks in advance.

0 Kudos
5 Replies
dotMorten_esri
Esri Notable Contributor

Yes that is very much doable. You'll just run two ExportTileCache tasks - one against each service that supports offline tiles.

There's some concept doc here: https://developers.arcgis.com/net/latest/wpf/guide/create-an-offline-map.htm (scroll down to 'Include a basemap from a tiled service`).

We're still working on getting a specific sample for this into our samples app, but you can also see the thread here for an example: https://community.esri.com/message/662430-re-exporttilecache-runtime-v1000?commentID=662430#comment-...

0 Kudos
SivaS
by
New Contributor

Hi Nelsen  thanks for your reply.

I downloaded two .tpk files ex: 1. Imagery.tpk  2. transportation.tpk. How to overlay one on another to show like ex:http://www.arcgis.com/home/webmap/viewer.html?webmap=d802f08316e84c6592ef681c50178f17 i.e both imagery and labels in the same map. Please help, thanks in advance.

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

Note that you'll also need to use the services provided for export:

World Transportation (for Export) http://www.arcgis.com/home/item.html?id=c593a8c5f3e342bf9bf890de855fbd8a 

World Imagery (for Export) http://www.arcgis.com/home/item.html?id=226d23f076da478bba4589e7eae95952 

World Boundaries and Places (for Export) http://www.arcgis.com/home/item.html?id=87fbe184f5934603b52053b527bc8f6f 

Cheers

0 Kudos
SivaS
by
New Contributor

Thanks Micheal..

I downloaded two .tpk files ex: 1. Imagery.tpk  2. transportation.tpk. Is it possible to overlay one on another to show like ex:http://www.arcgis.com/home/webmap/viewer.html?webmap=d802f08316e84c6592ef681c50178f17 i.e both imagery and labels in the same map. Please help, thanks in advance.

0 Kudos
dotMorten_esri
Esri Notable Contributor

You would create two tiles layers and add them both to a new blank basemap. It might be a good idea to add the transportation overlay to the reference layers of the basemap (those are rendered on top of operational layers, and don't blend together multiple levels during zooming which can look a little awful).

0 Kudos