Skip to content

Commit e1e23ac

Browse files
committed
fix typos and adjust map images for map cells
1 parent 5a95fdf commit e1e23ac

File tree

2 files changed

+24
-33
lines changed

2 files changed

+24
-33
lines changed

guide/04-feature-data-and-analysis/performing-proximity-analysis-on-feature-data.ipynb

Lines changed: 20 additions & 29 deletions
Large diffs are not rendered by default.

guide/04-feature-data-and-analysis/updating-feature-layer-properties.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Updating and reading Feature Layer properties\n",
7+
"# Feature Layer properties\n",
88
"\n",
99
"Hosted Feature services, also called hosted feature layers, can contain one or more feature layers with spatial information, or one or more tables that do not have spatial information. They also contain many properties that inform client applications about their state, version, capabilities, extent, allowed operations and much more. Together these properties make up a service or layer `definition`. Refer to the [Hosted feature layers](../documentation/mapping-apis-and-services/data-hosting/hosted-feature-layers/) page to learn about these types of services in detail. This guide outlines how you can query and update feature service properties using the item sourced by this feature service.\n",
1010
"\n",
11-
"> **NOTE:** You must have be the item owner, an administrator, or be a member of a role assigned the appropriate privileges to run the update_definition() method used in this guide."
11+
"> **NOTE:** You must be the item owner, an organization administrator, or an user assigned a role with the appropriate privileges to run the `update_definition()` method used in this guide."
1212
]
1313
},
1414
{
@@ -91,7 +91,7 @@
9191
"cell_type": "markdown",
9292
"metadata": {},
9393
"source": [
94-
"Querying the `properties` property on this `FeatureLayerCollection` object returns a dictionary of all the features service properties. Let's inspect if the `description` or `copyright` attributes of the service have been entered."
94+
"Querying the `properties` property on this `FeatureLayerCollection` object returns a dictionary of all the feature service properties. Let's inspect if the `description` or `copyright` attributes of the service have been entered."
9595
]
9696
},
9797
{
@@ -236,7 +236,7 @@
236236
"cell_type": "markdown",
237237
"metadata": {},
238238
"source": [
239-
"The [`manager`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.manager) property accesses the [`FeatureLayerCollectionManager`](/python/api-reference/arcgis.features.managers.html#featurelayercollectionmanager), which has the [`update_definition()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.update_definition) method. Passing in a dictionary of the properties we want to edit will update the definition of the hosted feature service."
239+
"The [`manager`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.manager) property accesses the [`FeatureLayerCollectionManager`](/python/api-reference/arcgis.features.managers.html#featurelayercollectionmanager) class. Use the [`update_definition()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayerCollection.update_definition) method and pass in a dictionary of the properties you want to edit to update the definition of the hosted feature service."
240240
]
241241
},
242242
{

0 commit comments

Comments
 (0)