Skip to content

Commit 33cb659

Browse files
type
1 parent ce75219 commit 33cb659

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

samples/05_content_publishers/overwriting_feature_layers.ipynb

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
],
330330
"source": [
331331
"# add the csv as an item\n",
332-
"item_prop = {'title':'USA Capitals spreadsheet_' + str(now), \"item_type\": \"CSV\"}\n",
332+
"item_prop = {'title':'USA Capitals spreadsheet_' + str(now), \"type\": \"CSV\"}\n",
333333
"root_folder = gis.content.folders.get()\n",
334334
"csv_item = root_folder.add(item_properties=item_prop, file=my_csv).result()\n",
335335
"csv_item"
@@ -906,7 +906,10 @@
906906
{
907907
"cell_type": "markdown",
908908
"metadata": {
909-
"collapsed": true
909+
"collapsed": true,
910+
"jupyter": {
911+
"outputs_hidden": true
912+
}
910913
},
911914
"source": [
912915
"### Access the overwritten feature layer\n",
@@ -1019,7 +1022,7 @@
10191022
"name": "python",
10201023
"nbconvert_exporter": "python",
10211024
"pygments_lexer": "ipython3",
1022-
"version": "3.9.18"
1025+
"version": "3.11.0"
10231026
},
10241027
"toc": {
10251028
"base_numbering": 1,
@@ -1036,5 +1039,5 @@
10361039
}
10371040
},
10381041
"nbformat": 4,
1039-
"nbformat_minor": 1
1042+
"nbformat_minor": 4
10401043
}

0 commit comments

Comments
 (0)