Is there anyway to enable offline mode for a tile layer using the python api?
Solved! Go to Solution.
Hi Mark,
I searched through all the properties associated with a vector tile layer in the ArcGIS API for Python, but couldn't find any property that would allow you to turn on the "Offline Mode" setting. For feature layers, you can manage the settings found under the Item Details page of an item through the FeatureCollectionManager class, but this won't work for tile layers.
I think this would make a great enhancement request.
-Calvin
Hi Mark,
I searched through all the properties associated with a vector tile layer in the ArcGIS API for Python, but couldn't find any property that would allow you to turn on the "Offline Mode" setting. For feature layers, you can manage the settings found under the Item Details page of an item through the FeatureCollectionManager class, but this won't work for tile layers.
I think this would make a great enhancement request.
-Calvin
Hi Calvin,
Does this enhancement possible now ?
I search a way to enabled offline mode on hosted tile layer with python too
The enhancement for this is ENH-000139612 - you can contact support to attach your customer number. Alternatively if you email pklingman@esri.com with your customer number I can also get you attached.
Thanks,
-Peter
Hi Peter,
Has this enhancement been added yet?
Hi @EmmaTeuten - it looks like it's planned for the next version of the ArcGIS API for Python. Unsure of the exact release date but you should see it in the near future.