Select to view content in your preferred language

create basemap

663
1
09-19-2012 04:11 PM
LisaT
by
Frequent Contributor
Can someone point me in the direction of a tutorial/forum post about how to add a basemap to mobile cache?  I thought that I understood it that I need to:1 add a basemap to an mxd, 2 zoom in to an extent, 3 then export that extent to a tiled mapservice that I can then 4 add to my mobile map mxd, then 5 export the mobile service from the mobile map mxd.  This doesn't work, however, because I get an error message on step 3 that I cannot export a basemap as a tiled mapservice.  I have also opened the "Mobile Project Manager", have added a free basemap from arcgis online...then I get stuck, as I can save the project but have no idea how to get the mapcache.  I need the .db, .db-journal, and .bin files for my Windows Mobile 6.5 operating system devices (no lectures about upgrading, please...this is the ONLY OS that allows disconnected mode editing).  I also looked into how to extract (clip) a portion of the basemap as an image, but can't figure out if that is doable.

I simply want a US streetmap that I can zoom in on and make a certain extent a part of my (uneditable) mobile mapcache.  I will have custom layers on top of the basemap that are editable/selectable.  Any ideas?
0 Kudos
1 Reply
IndraBisen
Occasional Contributor
Hi,

If I understand properly that basically you want to use some you own/free base maps in mobile device in disconnected mode. For this purpose you want to add it in mobile cache like vector data then -

YES! you can do it. But the way is little different. However, I'd not tried it with in-build ArcGIS Mobile Application but I'd successfully done it with ArcGIS Mobile SDK. To do this you have to create tiles cache either through  "Create Map Server Cache" under Server Tools or through Caching tab in Map Service Publishing Dialogue box.  Once the tiles cache create then you have to manually copy it to device and use ESRI.ArcGIS.Mobile.DataProducts.RasterData.TileCacheMapLayer to add tile map cache to the map as base map.


Regards,

Indra Bisen
0 Kudos