Enable Offline Mode Through ArcGIS API for Python

1191
4
03-15-2018 06:19 PM
NathanielEvatt
New Contributor III

Is it possible to update an ArcGIS Online map to be offline enabled strictly through ArcGIS API fro Python?  I can't find anything that mentions it in the user docs for ArcGIS Mapping Module arcgis.mapping module — arcgis 1.4.0 documentation .  

Currently I have to enable this by hand under map "Settings" and "Web Map Settings" then "Offline Mode"

0 Kudos
4 Replies
by Anonymous User
Not applicable

This is currently being developed and will be available in the next version of the API. This will be exposed off the `WebMap` object in the `arcgis.mapping` module.

NathanielEvatt
New Contributor III

Hi Atma,  Thanks for the reply.  Good to know that the functionality is coming.  

0 Kudos
by Anonymous User
Not applicable

Hi Atma, any update on this functionality?

0 Kudos
by Anonymous User
Not applicable

Hello Ryan Slevin‌, yes, we added this functionality a while back. You can read more about it here: Managing offline map areas | ArcGIS for Developers  and see the API ref doc here: arcgis.mapping module — arcgis 1.5.2 documentation 

0 Kudos