Select to view content in your preferred language

WPF Mobile application caching ARCGIS Online webmaps.

681
1
09-13-2011 10:19 AM
BeauElliott
New Contributor
Hey, I'm completely new to ESRI products as a whole and I've been reading alot but I can't determine the best way to accomplish this.

I want to use the ArcGis Online web maps; the street map specifically. I want to install a mobile pre-compiled cache of this street map and I also want to update this cache if there is an internet connection available, but if not, simple use the local cache.

It seems as if I can provide a basemap locally, that doesn't get updated, and mobile cache some other map that I serve up from our ESRI server, but this is not what I want. I want to mobile cache the basemap served up by ESRI's ArcGis online street map.

Is Mobile even the product I'm looking for?
0 Kudos
1 Reply
MelindaFrost
Frequent Contributor
According to the license agreement for tiled caches hosted through ArcGIS Online, you can't use them as a layer in an mxd that you plan to publish as your own tiled cache. You can add them in WPF as a TiledServiceLayer and you would need internet connection. If you plan to work disconnected you can use the SDC data stored locally.
0 Kudos