Skip to content

Commit f671e9c

Browse files
committed
update more links
1 parent 6acefd7 commit f671e9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"metadata": {},
144144
"source": [
145145
"### Creating offline areas with _Bookmarks_\n",
146-
"The _web map_ depicts wetlands data from subwatersheds within the Little Missouri River basin area of North Dakota. We've created [`bookmarks`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.WebMap.bookmarks) in the _web map_ for areas surrounding three subwatersheds:"
146+
"The _web map_ depicts wetlands data from subwatersheds within the Little Missouri River basin area of North Dakota. We've created [`bookmarks`](/python/api-reference/arcgis.map.toc.html#bookmark) in the _web map_ for areas surrounding three subwatersheds:"
147147
]
148148
},
149149
{
@@ -284,7 +284,7 @@
284284
"cell_type": "markdown",
285285
"metadata": {},
286286
"source": [
287-
"We can now use the [`list()`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.OfflineMapAreaManager.list) method on the _offline_areas_ object to examine the resulting [item](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item):"
287+
"We can now use the [`list()`](/python/api-reference/arcgis.map.toc.html#arcgis.map.OfflineMapAreaManager.list) method on the _offline_areas_ object to examine the resulting [item](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item):"
288288
]
289289
},
290290
{
@@ -1352,7 +1352,7 @@
13521352
"metadata": {},
13531353
"source": [
13541354
"## Updating offline areas\n",
1355-
"The layer data used to create the offline map areas may change, so keeping offline areas up to date is an important task. The [`update()`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.OfflineMapAreaManager.update) method of the _OfflineMapAreaManager_ class accomplishes this. The method accepts a _list_ of _Map Area items_ as input. If no _items_ are specified in the `items` argument, all _map area items_ for the _web map_ get updated. \n",
1355+
"The layer data used to create the offline map areas may change, so keeping offline areas up to date is an important task. The [`update()`](/python/api-reference/arcgis.map.toc.html#arcgis.map.OfflineMapAreaManager.list) method of the _OfflineMapAreaManager_ class accomplishes this. The method accepts a _list_ of _Map Area items_ as input. If no _items_ are specified in the `items` argument, all _map area items_ for the _web map_ get updated. \n",
13561356
"\n",
13571357
"Below is an example of how the progress is relayed back to you when you turn on the `verbosity` in the `env` module."
13581358
]

0 commit comments

Comments
 (0)