You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/10-mapping-and-visualization/managing-offline-map-areas.ipynb
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@
78
78
"cell_type": "markdown",
79
79
"metadata": {},
80
80
"source": [
81
-
"Let us use a fire first responder web map and take it offline."
81
+
"Let's user a hydrology _web map_ depicting the Middle Little Missouri River Sub Basin from the [National Hydrology Dataset](https://www.usgs.gov/national-hydrography/national-hydrography-dataset) in the state of North Dakota in the United Sates."
"We're working with a _web map_ depicting wetlands data from subwatersheds within the Little Missouri River basin area of North Dakota. We've created [`bookmarks`](/python/api-reference/arcgis.mapping.toc.html#arcgis.mapping.WebMap.bookmarks) in the _web map_ for areas surrounding three subwatersheds:"
144
+
"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.mapping.toc.html#arcgis.mapping.WebMap.bookmarks) in the _web map_ for areas surrounding three subwatersheds:"
146
145
]
147
146
},
148
147
{
@@ -169,7 +168,7 @@
169
168
"cell_type": "markdown",
170
169
"metadata": {},
171
170
"source": [
172
-
"We'll create an offline area for the bookmark called \"Lower Garner Creek\". We'll also limit the data extracted into the offline map area package to specific layers in the web map. We'll include a subwatershed boundaries layer and a wetlands layer designating features we want our field workers to update. Let's first look at the list of layers from our web map so we know how to create a list of layers for the `ignore_layers` argument. We'll import the [`FeatureLayer`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer) class to examine some properties of each layer in the web map:"
171
+
"We'll create an offline area for the bookmark called _Lower Garner Creek_. We'll also limit the data extracted into the offline map area package to specific layers in the web map. We'll include a subwatershed boundaries layer and a wetlands layer designating features we want our field workers to update. Let's first look at the list of layers from our web map so we know how to create a list of layers for the `ignore_layers` argument. We'll import the [`FeatureLayer`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer) class to examine some properties of each layer in the web map:"
0 commit comments