Skip to content

Commit f5be182

Browse files
committed
fix typo in adding layer
1 parent 1f03869 commit f5be182

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

samples/04_gis_analysts_data_scientists/finding_suitable_spots_for_AED_devices_using_raster_analytics.ipynb

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -912,16 +912,15 @@
912912
"cell_type": "code",
913913
"execution_count": null,
914914
"metadata": {},
915-
"outputs":[
916-
{
917-
"name": "stdout",
918-
"output_type": "stream",
919-
"text":
920-
[
921-
"<Item title:\"ha_density_28_08_2024_07_18_51\" type:Imagery Layer owner:arcgis_python>\n"
922-
]
923-
}
924-
],
915+
"outputs": [
916+
{
917+
"name": "stdout",
918+
"output_type": "stream",
919+
"text": [
920+
"<Item title:\"ha_density_28_08_2024_07_18_51\" type:Imagery Layer owner:arcgis_python>\n"
921+
]
922+
}
923+
],
925924
"source": [
926925
"# create a timestamp to create a unique output\n",
927926
"timestamp=datetime.now().strftime('%d_%m_%Y_%H_%M_%S')\n",
@@ -1390,7 +1389,7 @@
13901389
}
13911390
],
13921391
"source": [
1393-
"map3..content.add(bool_overlay)"
1392+
"map3.content.add(bool_overlay)"
13941393
]
13951394
},
13961395
{

0 commit comments

Comments
 (0)