Skip to content

Commit a19df82

Browse files
authored
Merge pull request #1639 from jyaistMap/jy-upd-oma-gd2
Remove incorrect statement about who can create offline map areas
2 parents ec056ca + bace551 commit a19df82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

guide/10-mapping-and-visualization/managing-offline-map-areas.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@
2626
"* [ArcGIS Enterprise](https://enterprise.arcgis.com/en/portal/latest/use/take-maps-offline.htm)\n",
2727
" \n",
2828
"\n",
29-
"Once web maps have been prepared, certain applications in the ArcGIS Platform, and the [ArcGIS Runtime SDKs](https://developers.arcgis.com/features/offline/) allow you to build applications that can utitlize these maps while remaining disconnected. These workflows all make use of [_offline map areas_](https://doc.arcgis.com/en/arcgis-online/manage-data/take-maps-offline.htm#ESRI_SECTION1_AB810E1B98EA4F248C3A7F22CB20DDFB), which A GIS administrator or [web map](/python/api-reference/arcgis.mapping.toc.html#webmap) owner can define in one of two ways:\n",
29+
"Once web maps have been prepared, certain applications in the ArcGIS Platform and the [ArcGIS Runtime SDKs](https://developers.arcgis.com/features/offline/) allow you to build applications that can utitlize these maps while remaining disconnected. These workflows all make use of [_offline map areas_](https://doc.arcgis.com/en/arcgis-online/manage-data/take-maps-offline.htm#ESRI_SECTION1_AB810E1B98EA4F248C3A7F22CB20DDFB), which a [web map](/python/api-reference/arcgis.mapping.toc.html#webmap) owner can define in one of two ways:\n",
3030
"\n",
3131
"* ahead of the time field workers will download these areas for offline use, known as _preplanned map areas_\n",
3232
"* at the time field workers actually need to download them for use, known as _on-demand map areas_\n",
3333
"\n",
34+
"> **Note:** Only a web map owner can create offline map areas. See [Create and manage offline areas](https://enterprise.arcgis.com/en/portal/latest/use/take-maps-offline.htm#ESRI_SECTION1_8C6055E984D34AF4A25B989DDCAACF87) for details.\n",
35+
"\n",
3436
"Making map areas ahead of time is the *recommended* workflow because the map author can ensure accuracy of the offline content and packaging of offline contents occurs only once. Packaged content can be used by mutliple workers to increase performance. This guide describes how to use the ArcGIS API for Python to create **preplanned offline map areas** for use in custom ArcGIS Runtime SDK apps or Esri applications such as [ArcGIS Field Maps](https://doc.arcgis.com/en/field-maps/android/help/configure-the-map.htm#ESRI_SECTION1_1822CD8DD1E74F08BC4308E03A5677F1).\n",
3537
"\n",
3638
"Let's get started with the API to demonstrate preparing areas ahead of time."

0 commit comments

Comments
 (0)