Skip to content

Commit b9a4431

Browse files
committed
update basemap syntax
1 parent 4b8cf57 commit b9a4431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/14-deep-learning/pixel_based_classification.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@
952952
"from arcgis.raster.functions import colormap\n",
953953
"\n",
954954
"result_map = gis.map('Kent County, Delaware')\n",
955-
"result_map.basemap = 'satellite'"
955+
"result_map.basemap.basemap = 'satellite'"
956956
]
957957
},
958958
{
@@ -1027,7 +1027,7 @@
10271027
"name": "python",
10281028
"nbconvert_exporter": "python",
10291029
"pygments_lexer": "ipython3",
1030-
"version": "3.10.14"
1030+
"version": "3.11.0"
10311031
},
10321032
"toc": {
10331033
"base_numbering": 1,

0 commit comments

Comments
 (0)