Skip to content

Commit a9a9358

Browse files
committed
update release notes with map changes since 2.4.2
1 parent abcad07 commit a9a9358

1 file changed

Lines changed: 41 additions & 4 deletions

File tree

guide/02-api-overview/release_notes_243.ipynb

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,22 @@
222222
" * *DataTransferStats*\n",
223223
" \n",
224224
"#### [`arcgis.map`](/python/latest/api-reference/arcgis.map.toc.html)\n",
225+
"* Implements the ArcGIS Maps SDK for JavaScript 5.0\n",
226+
"* Reorganized Table of Contents so manager classes align with headings\n",
225227
"* **New classes:**\n",
226228
" * [`SubtypeGroupLayer`](/python/latest/api-reference/arcgis.map.toc.html#subtypegrouplayer)\n",
227229
" * [`SubtypeGroupTable`](/python/latest/api-reference/arcgis.map.toc.html#subtypegrouptable) \n",
228230
" * [`FormManager`](/python/latest/api-reference/arcgis.map.toc.html#formmanager)\n",
229231
" * available as *form_manager* properties on these classes:\n",
230232
" * [`MapContent`](/python/latest/api-reference/arcgis.map.toc.html#mapcontent)\n",
231233
" * [`GroupLayer`](/python/latest/api-reference/arcgis.map.toc.html#grouplayer)\n",
232-
" * [`SubtypeGroupLayer`](/python/latest/api-reference/arcgis.map.toc.html#subtypegrouplayer) \n",
234+
" * [`SubtypeGroupLayer`](/python/latest/api-reference/arcgis.map.toc.html#subtypegrouplayer)\n",
235+
" * Map Classes\n",
236+
" * [`OfflineCompatibilityReport`](/python/api-reference/arcgis.map.toc.html#arcgis.map.offline_compatibility.OfflineCompatibilityReport)\n",
237+
" * [`CompatibilityIssue`](/python//api-reference/arcgis.map.toc.html#arcgis.map.offline_compatibility.CompatibilityIssue)\n",
238+
" * [`BasemapLayerCheckResult`](/python/api-reference/arcgis.map.toc.html#arcgis.map.offline_compatibility.BasemapLayerCheckResult)\n",
239+
" * [`LayerCheckResult`](/python/api-reference/arcgis.map.toc.html#arcgis.map.offline_compatibility.LayerCheckResult)\n",
240+
" * [`TableCheckResult`](/python/api-reference/arcgis.map.toc.html#arcgis.map.offline_compatibility.TableCheckResult)\n",
233241
"* **Refactored classes:**\n",
234242
" * [`PopupManager`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.popups.PopupManager)\n",
235243
" * [`RendererManager`](/python/latest/api-reference/arcgis.map.toc.html#renderermanager)\n",
@@ -238,14 +246,22 @@
238246
" * [`GroupLayer`](/python/latest/api-reference/arcgis.map.toc.html#grouplayer)\n",
239247
" * [`SubtypeGroupLayer`](/python/latest/api-reference/arcgis.map.toc.html#subtypegrouplayer) \n",
240248
"* [`RendererManager`](/python/latest/api-reference/arcgis.map.toc.html#renderermanager)\n",
249+
" * Updates processing to properly check the entire json structure, including that of the *service* for retrieving rendering information\n",
241250
" * **New properties:**\n",
242251
" * [`blend_mode`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.renderers.RendererManager.blend_mode)\n",
243252
" * **New methods:**\n",
244253
" * [`define_renderer()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.renderers.RendererManager.define_renderer)\n",
245254
" * [`to_template()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.renderers.RendererManager.to_template)\n",
246255
" * **New parameter:**\n",
247256
" * *path*\n",
248-
"* Reorganized Table of Contents so manager classes align with headings\n",
257+
"* [Map Classes](/python/api-reference/arcgis.map.toc.html#map-classes)\n",
258+
" * [`MapContent`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent)\n",
259+
" * **New methods:**\n",
260+
" * *layer_info*\n",
261+
" * *table_info* \n",
262+
" * [`OfflineMapAreaManager`](/python/api-reference/arcgis.map.toc.html#arcgis.map.offline_mapping.OfflineMapAreaManager)\n",
263+
" * **New methods:**\n",
264+
" * [`check_compatibility()`](/python/api-reference/arcgis.map.toc.html#arcgis.map.offline_mapping.OfflineMapAreaManager.check_compatibility) \n",
249265
"\n",
250266
"#### [`arcgis.apps`](/python/latest/api-reference/arcgis.apps.html) \n",
251267
"* [`arcgis.apps.dashboard`](/python/latest/api-reference/arcgis.apps.dashboard.html)\n",
@@ -347,6 +363,7 @@
347363
" * [`import_table()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_table)\n",
348364
" * Fixes `AttributeError` with *gdal* processing attempting to publish item \n",
349365
"* [`OfflineContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#offlinecontentmanager)\n",
366+
" * Refactors code to use `Folder` objects and Dataclass objects when appropriate \n",
350367
" * [`export_items()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.OfflineContentManager.export_items)\n",
351368
" * [**Public Repo Issue #2326**](https://github.com/Esri/arcgis-python-api/issues/2326)\n",
352369
" * Fixes issue where exported data was missing most recent content from an ArcGIS Online hosted feature layer published from a service definition file\n",
@@ -464,11 +481,31 @@
464481
"* Fixes issues with tools running in disconnected environments\n",
465482
"\n",
466483
"#### [`arcgis.map`](/python/latest/api-reference/arcgis.map.toc.html)\n",
484+
"* [`Map`](/python/latest/api-reference/arcgis.map.toc.html#map)\n",
485+
" * Updates initializer so *Point* object can be used as the *location* argument was not working\n",
486+
" * Updates reference documentation with a parameter table and initialization code example \n",
487+
" * [`save()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.Map.save)\n",
488+
" * **BUG-000175861** Fixes issue with improper keyword handling which prevented the collection button appearing in Field Maps app \n",
489+
"* [`Scene`](/python/latest/api-reference/arcgis.map.toc.html#scene)\n",
490+
" * Fixes issue where default basemap was not read from appropriate organization setting\n",
467491
"* [Map Classes](/python/latest/api-reference/arcgis.map.toc.html#map-classes)\n",
468492
" * [`MapContent`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent)\n",
469493
" * [`add()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent.add)\n",
470-
" * **BUG-000181995** Fixes `TypeError` when adding a *WMTS* service layer \n",
471-
"\n",
494+
" * **BUG-000181995** Fixes `TypeError` when adding a *WMTS* service layer\n",
495+
" * Fixes issue where adding a Feature Layer item with both tables and layers required adding the tables separately\n",
496+
"* [Scene Classes](/python/latest/api-reference/arcgis.map.toc.html#scene-classes)\n",
497+
" * [`SceneContent`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.scene_widget.SceneContent)\n",
498+
" * [`add()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.scene_widget.SceneContent.add)\n",
499+
" * Updates internal logic for handling drawing and popup information\n",
500+
" * Updates processing of string input for *item* argument\n",
501+
" * Fixes `TypeError` when adding a *Scene layer - building (hosted)* or *BuildingSceneLayer* object \n",
502+
"* [RendererManager](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.renderers.RendererManager)\n",
503+
" * [`from_template()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.renderers.RendererManager.from_template) \n",
504+
" * [**Public Repo Issue #2385**](https://github.com/Esri/arcgis-python-api/issues/2385) Fixes `FileNotFoundError` when attempting to apply a saved template from either item resources or a json file\n",
505+
"* [SmartMappingManager](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.smart_mapping.SmartMappingManager)\n",
506+
" * [`class_breaks_renderer()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.smart_mapping.SmartMappingManager.class_breaks_renderer)\n",
507+
" * Fixes `AttributeError` when a layer definition does not exist in a layer's underlying json structure\n",
508+
" \n",
472509
"#### [`arcgis.apps`](/python/latest/api-reference/arcgis.apps.html)\n",
473510
"* [`itemgraph`](/python/latest/api-reference/arcgis.apps.itemgraph.html)\n",
474511
" * [`create_dependency_graph()`](/python/latest/api-reference/arcgis.apps.itemgraph.html#create-dependency-graph)\n",

0 commit comments

Comments
 (0)