We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6862e74 + ea4817d commit 4fcd87cCopy full SHA for 4fcd87c
guide/04-feature-data-and-analysis/editing-features.ipynb
@@ -98,8 +98,8 @@
98
],
99
"source": [
100
"# access the item's feature layers\n",
101
- "ports_layer = portal_item.layers[0]\n",
102
- "ports_layer"
+ "ports_flayer = portal_item.layers[0]\n",
+ "ports_flayer"
103
]
104
},
105
{
@@ -118,7 +118,7 @@
118
119
"# query all the features and display it on a map\n",
120
"# an empty query string will return all features or the first 1000, whichever is smaller\n",
121
- "ports_fset = ports_layer.query()"
+ "ports_fset = ports_flayer.query()"
122
123
124
@@ -658,7 +658,7 @@
658
}
659
660
661
- "ports_layer.properties.capabilities"
+ "ports_flayer.properties.capabilities"
662
663
664
0 commit comments