Esri / offline-editor-js

ArcGIS JavaScript library for handling offline editing and tiling.
http://esri.github.io/offline-editor-js/demo/
Apache License 2.0
159 stars 142 forks source link

store downloaded tiles in user defined storage #505

Closed amarshilpakar closed 6 years ago

amarshilpakar commented 6 years ago

how can i store the downloaded tiles in phone storage ? I want to store all the downloaded tiles in my phone storage to work with this rather than index db.

Can it be done?

andygup commented 6 years ago

This library uses IndexedDB, however, IndexedDB is also limited in storage capacity. We recommend only storing about 100MB (not MB not GB) to prevent random application crashes. That amount of storage covers only a small geography area. We strongly recommend using the ArcGIS Runtimes for offline tiles.

amarshilpakar commented 6 years ago

is there any way to download tpk of the basemap?

andygup commented 6 years ago

You can use ArcGIS Pro, or if you don't have Pro you could use https://github.com/Esri/TilePackageKreator

andygup commented 6 years ago

Closing...feel free to reopen if needed.