Skip to content

Commit 47d1bff

Browse files
committed
add updates from reviews
1 parent 189a065 commit 47d1bff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

guide/02-api-overview/overview24.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"|wm.layers|m.content.layers|new [_MapContent_](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent) class property\n",
202202
"|wm.legend|m.legend.enabled=True|new [Legend](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.Legend) widget\n",
203203
"|wm.navigation|NA|\n",
204-
"|wm.offline_areas|m.offline_areas|\n",
204+
"|wm.offline_areas|m.offline_areas|[OfflineMapAreaManager](/python/api-reference/arcgis.map.toc.html#arcgis.map.OfflineMapAreaManager)\n",
205205
"|wm.pop_ups|m.content.popups(layer_index).disable_popup|new [_PopupManager_](/python/api-reference/arcgis.map.toc.html#arcgis.map.popups.PopupManager) property\n",
206206
"|wm.scale_bar|NA|\n",
207207
"|wm.search|NA|\n",
@@ -251,7 +251,7 @@
251251
"|mview.add_layer()|m.content.add()|new [_MapContent_](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent) class method\n",
252252
"|mview.clear_graphics()|m.content.remove_all()|new [_MapContent_](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent) class method\n",
253253
"|mview.display_message()|NA|\n",
254-
"|mview.draw()|m.draw()|\n",
254+
"|mview.draw()|m.content.draw()|\n",
255255
"|mview.embed()|NA|\n",
256256
"|mview.export_to_html()|m.export_to_html()|\n",
257257
"|mview.hide_mode_swich()|NA|\n",
@@ -291,11 +291,11 @@
291291
"|mview.ready|NA|\n",
292292
"|mview.rotation|m.rotation|\n",
293293
"|mview.scale|m.scale|\n",
294-
"|mview.start_time|m.time_slider.time_extent()|new [_TimeSlider_](/ypthon/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.TimeSlider) class method\n",
294+
"|mview.start_time|m.time_slider.time_extent()|new [_TimeSlider_](/python/api-reference/arcgis.map.toc.html#id0) class method\n",
295295
"|mview.tab_mode|NA|\n",
296296
"|mview.tilt|scene.tilt|new [_Scene_](/python/api-reference/arcgis.map.toc.html#arcgis.map.Scene) class property\n",
297-
"|mview.time_mode|m.time_slider.time_extent()|new [TimeSlider](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.TimeSlider) class method\n",
298-
"|mview.time_slider|m.time_slider.enabled=True|new [TimeSlider](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.TimeSlider) widget\n",
297+
"|mview.time_mode|m.time_slider.time_extent()|new [TimeSlider](/python/api-reference/arcgis.map.toc.html#id8) class method\n",
298+
"|mview.time_slider|m.time_slider.enabled=True|new [TimeSlider](/python/api-reference/arcgis.map.toc.html#id0) widget\n",
299299
"|mview.zoom|m.zoom|"
300300
]
301301
},
@@ -481,7 +481,7 @@
481481
"name": "python",
482482
"nbconvert_exporter": "python",
483483
"pygments_lexer": "ipython3",
484-
"version": "3.10.14"
484+
"version": "3.11.0"
485485
}
486486
},
487487
"nbformat": 4,

0 commit comments

Comments
 (0)