Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
cariashuang0417 committed Oct 24, 2024
1 parent ce75219 commit 33cb659
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions samples/05_content_publishers/overwriting_feature_layers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
],
"source": [
"# add the csv as an item\n",
"item_prop = {'title':'USA Capitals spreadsheet_' + str(now), \"item_type\": \"CSV\"}\n",
"item_prop = {'title':'USA Capitals spreadsheet_' + str(now), \"type\": \"CSV\"}\n",
"root_folder = gis.content.folders.get()\n",
"csv_item = root_folder.add(item_properties=item_prop, file=my_csv).result()\n",
"csv_item"
Expand Down Expand Up @@ -906,7 +906,10 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
"collapsed": true,
"jupyter": {
"outputs_hidden": true
}
},
"source": [
"### Access the overwritten feature layer\n",
Expand Down Expand Up @@ -1019,7 +1022,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand All @@ -1036,5 +1039,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 4
}

0 comments on commit 33cb659

Please sign in to comment.