We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd638a commit b9350daCopy full SHA for b9350da
guide/04-feature-data-and-analysis/part4_query_parcels.ipynb
@@ -317,19 +317,6 @@
317
"parcels_subset"
318
]
319
},
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
- },
333
{
334
"cell_type": "code",
335
"execution_count": 17,
@@ -349,7 +336,9 @@
349
336
}
350
337
],
351
338
"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)"
353
342
354
343
355
344
0 commit comments