Skip to content

Commit 3e48334

Browse files
committed
add toc entries for feature collection section
1 parent 8224bd9 commit 3e48334

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

guide/04-feature-data-and-analysis/working-with-feature-layers-and-features.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,6 +1317,13 @@
13171317
"Let us search for feature collection items published by Esri Media as an example:"
13181318
]
13191319
},
1320+
{
1321+
"cell_type": "markdown",
1322+
"metadata": {},
1323+
"source": [
1324+
"## Searching for Feature Collections"
1325+
]
1326+
},
13201327
{
13211328
"cell_type": "code",
13221329
"execution_count": 86,
@@ -1397,6 +1404,7 @@
13971404
"cell_type": "markdown",
13981405
"metadata": {},
13991406
"source": [
1407+
"## Querying the Feature Collection\n",
14001408
"You can call the `query()` method on a `FeatureCollection` object to get a `FeatureSet`."
14011409
]
14021410
},
@@ -1413,6 +1421,7 @@
14131421
"cell_type": "markdown",
14141422
"metadata": {},
14151423
"source": [
1424+
"## Accessing features from a Feature Collection\n",
14161425
"Once you have a `FeatureSet` object, you can access the `features` property to get a list of `Feature` objects as seen earlier"
14171426
]
14181427
},

0 commit comments

Comments
 (0)