Skip to content

Commit 430ee48

Browse files
authored
Merge pull request #236 from jyaistMap/dev_site_current
corrected tool name from overlay_layers to overlay_data
2 parents 1539053 + eff7ea5 commit 430ee48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"#### New\n",
99
"* Simplified `time_filter` parameter for a [`query()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html?highlight=time_filter#arcgis.features.Table.query) to accept Python [`datetime`](https://docs.python.org/3/library/datetime.html) module `date`, `time`, or _timestamp_ objects\n",
1010
"* Added support for [`append_data()`](https://developers.arcgis.com/rest/services-reference/append-data.htm) tool to the [`arcgis.geoanalytics.manage_data`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.manage_data.html) submodule\n",
11-
"* Added support for [`overlay_layers`](https://developers.arcgis.com/rest/services-reference/overlay-layers.htm) to [`arcgis.geoanalytics.manage_data`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.manage_data.html) submodule\n",
11+
"* Added support for [`overlay_data`](https://developers.arcgis.com/rest/services-reference/overlay-layers.htm) to [`arcgis.geoanalytics.manage_data`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.manage_data.html) submodule\n",
1212
"* Added support for a new `build_multivariable_grid` tool in the [`arcgis.geoanalytics.summarize_data`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.summarize_data.html) submodule\n",
1313
"* Added documentation for layer filtering options when using [`arcgis.geoanalytics`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoanalytics.toc.html) functions\n",
1414
"* Added ability to [`Replace Service`](https://developers.arcgis.com/rest/users-groups-and-items/replace-service.htm) on the [`ContentManager`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#contentmanager) to\n",

0 commit comments

Comments
 (0)