Skip to content

Commit b9350da

Browse files
committed
remove take_screenshot text and replace with map code
1 parent 6cd638a commit b9350da

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

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

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -317,19 +317,6 @@
317317
"parcels_subset"
318318
]
319319
},
320-
{
321-
"cell_type": "code",
322-
"execution_count": 18,
323-
"metadata": {},
324-
"outputs": [],
325-
"source": [
326-
"from arcgis.widgets import MapView\n",
327-
"\n",
328-
"map = gis.map(\"USA\", zoomlevel=16)\n",
329-
"map.draw(parcels_subset)\n",
330-
"map.zoom_to_layer(parcels_subset)"
331-
]
332-
},
333320
{
334321
"cell_type": "code",
335322
"execution_count": 17,
@@ -349,7 +336,9 @@
349336
}
350337
],
351338
"source": [
352-
"map.take_screenshot()"
339+
"map = gis.map(\"USA\", zoomlevel=16)\n",
340+
"map.draw(parcels_subset)\n",
341+
"map.zoom_to_layer(parcels_subset)"
353342
]
354343
},
355344
{

0 commit comments

Comments
 (0)