Skip to content

Commit 3bafb97

Browse files
authored
Merge pull request #2077 from Esri/jy-fix-intralinks
fix broken links intro
2 parents 29ca133 + 45ac455 commit 3bafb97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/10-mapping-and-visualization/part1_introduction_to_using_the_map_widget.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"\n",
3434
"The `arcgis.map` module offers components for managing maps and scenes to visualize GIS data and analysis in a rich, user-friendly, and interactive way that is specifically designed to work with 2D or 3D data content.\n",
3535
"\n",
36-
"The `GIS` object includes a [_map()_](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.map) method that returns an instance of the [`arcgis.map.Map`](/python/api-reference/arcgis.map.toc.html#arcgis.map.Map) class which can be used for displaying geographic locations and visualizing GIS content, including analysis results. The _Map_ class creates a mapping widget utilizing the [ArcGIS Maps SDK for Javascript](https://developers.arcgis.com/javascript/latest/) powered by the modern backend architecture and processing of [JupyterLab 4](https://blog.jupyter.org/jupyterlab-4-0-is-here-388d05e03442) and [Notebook 7](https://blog.jupyter.org/announcing-jupyter-notebook-7-8d6d66126dcf).\n",
36+
"The `GIS` object includes a [_map()_](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.map) method that returns an instance of the [`arcgis.map.Map`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.Map) class which can be used for displaying geographic locations and visualizing GIS content, including analysis results. The _Map_ class creates a mapping widget utilizing the [ArcGIS Maps SDK for Javascript](https://developers.arcgis.com/javascript/latest/) powered by the modern backend architecture and processing of [JupyterLab 4](https://blog.jupyter.org/jupyterlab-4-0-is-here-388d05e03442) and [Notebook 7](https://blog.jupyter.org/announcing-jupyter-notebook-7-8d6d66126dcf).\n",
3737
"\n",
3838
"To use the map widget, call the `gis.map()` method and assign it to a variable that you can then query to bring up the widget in the notebook as a new _Map_ object. Use the `mode='3d'` argument to create a new _Scene_."
3939
]
@@ -163,7 +163,7 @@
163163
"metadata": {},
164164
"source": [
165165
"## Adding layers to the map\n",
166-
"An important functionality of the map widget is its ability to add and render web layers. To add a layer, access the `content` property on the _map_ object to initialize a [MapContent](/python/api-reference/arcgis.map.toc.html#mapcontent) object, then access the [`add()`](/python/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent.add) method and pass _Item_, _Layer_, or _Spatially Enabled DataFrame_ input to visualize data on the map:"
166+
"An important functionality of the map widget is its ability to add and render web layers. To add a layer, access the `content` property on the _map_ object to initialize a [MapContent](/python/latest/api-reference/arcgis.map.toc.html#mapcontent) object, then access the [`add()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent.add) method and pass _Item_, _Layer_, or _Spatially Enabled DataFrame_ input to visualize data on the map:"
167167
]
168168
},
169169
{

0 commit comments

Comments
 (0)