Skip to content

Commit 6dfd917

Browse files
committed
update links to relative format
1 parent 52db27d commit 6dfd917

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -961,19 +961,18 @@
961961
"# The draw method draws a shape on the map widget.\n",
962962
"```\n",
963963
"\n",
964-
"<div class=\"alert alert-info\">\n",
965-
" <b>Note:</b> Anything can be drawn from known `Geometry` objects, coordinate pairs, and `FeatureSet` objects.\n",
966-
"</div>\n",
964+
"> **Note:** Anything can be drawn from known `Geometry` objects, coordinate pairs, and `FeatureSet` objects.\n",
965+
"\n",
967966
"\n",
968-
"The `shape` argument can be one of <a href=\"https://developers.arcgis.com/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent.draw\">these four objects</a>:\n",
967+
"The `shape` argument can be one of the below objects. See [`MapContent.draw() reference](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent.draw) for details:\n",
969968
" - Known `Geometry` objects: Shape is one of the following: circle, ellipse, Polygon, Polyline, MultiPoint, Point, rectangle, triangle. \n",
970-
" - <a href=\"https://developers.arcgis.com/python/api-reference/arcgis.geometry.html#arcgis.geometry.MultiPoint.coordinates\">Coordinate pair</a>: specified shape as a list of [lat, long]. Eg: [34, -81] \n",
969+
" - [Coordinate pair](/python/api-reference/arcgis.geometry.html#arcgis.geometry.MultiPoint.coordinates): specified shape as a list of [lat, long]. Eg: [34, -81] \n",
971970
" - `FeatureSet`: shape can be a FeatureSet object.\n",
972971
" - `Dict` object representing a `geometry`.\n",
973972
"\n",
974973
"The `popup` parameter is optional, and if it used, it must be a `dict` containing title and content as keys that will be displayed when the shape is clicked. In the case of a `FeatureSet`, title and content are names of attributes of the features in the `FeatureSet`, rather than actual string values for title and content.\n",
975974
"\n",
976-
"The `symbol` parameter is also optional, and if it is used, it should be a `dict` object. See the <a href=\"https://developers.arcgis.com/rest/services-reference/enterprise/symbol-objects/\">Symbol Objects</a> page in the ArcGIS REST API documentation for more information. A default symbol is used if one is not specified. A helper utility to get the symbol format for several predefined symbols is available within the Esri symbol selector.\n",
975+
"The `symbol` parameter is also optional, and if it is used, it should be a `dict` object. See the [Symbol Objects](/rest/services-reference/enterprise/symbol-objects) page in the ArcGIS REST API documentation for more information. A default symbol is used if one is not specified. A helper utility to get the symbol format for several predefined symbols is available within the Esri symbol selector.\n",
977976
"\n",
978977
"The `attributes` parameter is again optional, and if it is used, it should be a `dict` object that specifies a `dict` containing name value pairs of fields and field values associated with the graphic."
979978
]
@@ -1435,7 +1434,7 @@
14351434
"name": "python",
14361435
"nbconvert_exporter": "python",
14371436
"pygments_lexer": "ipython3",
1438-
"version": "3.11.9"
1437+
"version": "3.11.0"
14391438
},
14401439
"toc": {
14411440
"base_numbering": 1,

0 commit comments

Comments
 (0)