

#Offline editor full#
This workflow is supported for intermittent offline and full offline. Return online when you want to resync edits. Once all tiles, features and attachments are loaded then programmatically take application offline. The following workflow is currently supported for both both features and tiles: The min versions are minified and should be used in production.

Src files are for software development-only. Works for both intermittent and full offline. Offline-tpk-min.js Reads TPK files and displays and caches them as a tiled map layer. This library should be used in conjunction with an HTML5 Application Cache Manifest coding pattern. Offline-tiles-advanced-min.js Used for intermittent and full offline tile caching. Use this library with ArcGIS Online Web maps as well as with tiled map services. Offline-tiles-basic-min.js Caches map tiles for simple, intermittent-only offline workflows.

Also includes limited support for attachments. Offline-edit-advanced-min.js Used for intermittent and full offline editing workflows. Offline-edit-basic-min.js Simple, lightweight (15k minimized) offline editing library that automatically caches adds, updates and deletes when the internet is temporarily interrupted. It's recommended to use a CDN or host your own. Reference URLs are provided for developement only. The use of basic in the name indicates intermittent offline-only, and advanced indicates the library can be used for both intermittent and full offline. This repo contains the following libraries in the /dist directory. This project is also available on npm: Libraries If you need a fully integrated, robust offline solution that's officially supported, then please refer to our native ArcGIS Runtime SDKs for iOS, Android. For additional details refer to this issue. Maintenance Mode As of no new functionality will be added to this project.
