<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" />
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.