Skip to content

Commit 33b9b6d

Browse files
committed
remove sreenshot text
1 parent b9350da commit 33b9b6d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

guide/04-feature-data-and-analysis/part5_merge_parcels.ipynb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,7 @@
273273
" (a[\"attributes\"][\"objectid\"], a[\"attributes\"][\"globalid\"])\n",
274274
" for a in parcels_subset_dict[\"features\"]\n",
275275
" ]\n",
276-
")\n",
277-
"map = gis.map(\"Keowns, WI\")\n",
278-
"map.draw(parcels_subset)\n",
279-
"map.zoom_to_layer(parcels_subset)"
276+
")\n"
280277
]
281278
},
282279
{
@@ -298,7 +295,9 @@
298295
}
299296
],
300297
"source": [
301-
"map.take_screenshot()"
298+
"map = gis.map(\"Keowns, WI\")\n",
299+
"map.draw(parcels_subset)\n",
300+
"map.zoom_to_layer(parcels_subset)"
302301
]
303302
},
304303
{

0 commit comments

Comments
 (0)