<TileCacheMapLayer name="MYBasemap" cacheDirectory="MyBasemap" visible="True" />
<TileCacheMapLayer name="MYBasemap" cacheDirectory="\My Documents\ArcGIS Mobile\MyBasemap" visible="True" />
I ran into a similar issue, and resorted to explicitly stating the cache in the project file which worked for meOpen up the project .amp file in notepad, find the xml entry for the basemap cache near to the bottom, e.g. <TileCacheMapLayer name="MYBasemap" cacheDirectory="MyBasemap" visible="True" />Edit the cacheDirectory with the full path, e.g.<TileCacheMapLayer name="MYBasemap" cacheDirectory="\My Documents\ArcGIS Mobile\MyBasemap" visible="True" />
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.