Summary
Taking web maps offline enables field workers to collect data using ArcGIS mobile apps in situations where there is no service or poor connection on the field. When using tile layers in web maps offline, the tile layers must be correctly cached and packaged, especially when working with large tile data.
This article describes the workflow to create and publish tile packages to ArcGIS Online or Portal for ArcGIS for offline use.
Procedure
- Open the ArcGIS Pro project.
- Create a tile cache from the raster layer using theĀ Manage Tile Cache tool.
- In the Geoprocessing pane, search for and select Manage Tile Cache (Data Management Tools).
- On the Parameters tab, for Cache Location, click Browse and specify the folder for the output cache dataset. In this example, the DEM_TIN_test project folder is specified.
- For Cache Name, type the name for the output cache dataset. In this example the cache dataset is named my_new_tilecache.
- For Manage Mode, select Recreate all tiles from the drop-down list.
- For Input Data Source, select the raster layer from the drop-down list. The dem.flt raster layer is used in this example.
- For Input Tiling Scheme, ensure ArcGIS Online Scheme tiling scheme is selected.
- If necessary, specify the Minimum Cached Scale and Maximum Cached Scale parameters.
- Click Run.

- Create a tile package using the Export Tile Cache tool.
- In the Geoprocessing pane, search for and select Export Tile Cache (Data Management Tools).
- On the Parameters tab, for Input Tile Cache, click Browse and select the tile cache created in Step 3. In this example, my_new_tilecache is selected.
- For Output Tile Cache Location, click Browse and specify the location to save the tile package. In this example, the output is stored in the same project folder, DEM_TIN_test.
- For Output Tile Cache Name, type the name of the output tile package. In this example, the tile package is named my_TC_package.
- For Export Cache As, select Tile package (tpk).
- Click Run.

- Publish the tile package to ArcGIS Online or Portal for ArcGIS. Refer to Steps 3 through 12 from ArcGIS Online: Publish from a tile package.
- Enable the Allow this layer to be downloaded and used in an offline map option on the Settings tab on the item details page to enable the tile layers and maps for offline use. Refer to ArcGIS Online: Enabling layers and maps for offline use for more information.