Skip to content

Commit adf315f

Browse files
committed
update overview text
1 parent 1bd2f14 commit adf315f

File tree

1 file changed

+7
-38
lines changed

1 file changed

+7
-38
lines changed

guide/18-basic-24-guides/overview24.ipynb

Lines changed: 7 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -303,54 +303,23 @@
303303
"## New `arcgis map` Module"
304304
]
305305
},
306-
{
307-
"cell_type": "code",
308-
"execution_count": 7,
309-
"id": "321ede64-dd2d-4d0e-8443-0b6f7c3d259b",
310-
"metadata": {},
311-
"outputs": [],
312-
"source": [
313-
"from arcgis.gis import GIS\n",
314-
"gis = GIS(profile=\"johnny_dino\")"
315-
]
316-
},
317-
{
318-
"cell_type": "code",
319-
"execution_count": 46,
320-
"id": "ccf933d2-2c60-4872-b0a9-76487db8ffd0",
321-
"metadata": {},
322-
"outputs": [],
323-
"source": [
324-
"wm_item = gis.content.get(\"95c25c28709a4ccebf6d4cab92fe2d67\")"
325-
]
326-
},
327-
{
328-
"cell_type": "code",
329-
"execution_count": 72,
330-
"id": "4ea5d4da-70ce-4485-86ba-5de39bc6f03a",
331-
"metadata": {},
332-
"outputs": [],
333-
"source": [
334-
"ca14 = gis.content.get(\"4168272475c84e0599f876caca7a1ae9\")"
335-
]
336-
},
337306
{
338307
"cell_type": "markdown",
339308
"id": "71dfa756-839a-4816-833f-05942aa488d4",
340309
"metadata": {},
341310
"source": [
342311
"### The `Map` class\n",
343312
"\n",
344-
"The new [_map_](/python/api-reference/arcgis.map.toc.html#arcgis.map.map) class was developed to align with the Jupyter Lab and Notebook 7 backend architecture and processing. The class includes many new properties which return auxiliary managment classes for more comprehensive management of a map and its content.\n",
313+
"The new [_map_](/python/api-reference/arcgis.map.toc.html#arcgis.map.map) class was developed to align with the Jupyter Lab and Notebook 7 backend architecture and processing. The class includes properties which return auxiliary managment classes and interactive widget buttons for more comprehensive management and visualization of a map and its content.\n",
345314
"\n",
346-
"* _bookmarks_ property - [Bookmarks]\n",
347-
"* _content_ property -\n",
348-
"* _basemap_ property -\n",
315+
"* _bookmarks_ property - returns [Bookmarks](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.Bookmarks) object\n",
316+
"* _content_ property - returns [MapContent](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent) object\n",
317+
"* _basemap_ property - returns [BasemapManager](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.BasemapManager) object\n",
349318
"\n",
350319
"New widgets to provide increased visibility to map content:\n",
351-
"* _legend_ -\n",
352-
"* _layervisibility_ -\n",
353-
"* _layer_list_ -"
320+
"* _legend_ - returns [Legend](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.Legend)\n",
321+
"* _layer_list_ - [LayerList](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.LayerList)\n",
322+
"* _time_slider_ - [TimeSlider](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.TimeSlider)"
354323
]
355324
},
356325
{

0 commit comments

Comments
 (0)