Skip to content

Commit 498d9fa

Browse files
committed
use fc for query install of layers
1 parent 9259a9e commit 498d9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@
649649
"metadata": {},
650650
"outputs": [],
651651
"source": [
652-
"stops_fset = stops_item.layers[3].query()"
652+
"stops_fset = stops_fc.query()"
653653
]
654654
},
655655
{
@@ -658,7 +658,7 @@
658658
"metadata": {},
659659
"outputs": [],
660660
"source": [
661-
"airport_fset = airport_item.layers[3].query()"
661+
"airport_fset = airport_fc.query()"
662662
]
663663
},
664664
{

0 commit comments

Comments
 (0)