|
222 | 222 | " * *DataTransferStats*\n", |
223 | 223 | " \n", |
224 | 224 | "#### [`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", |
225 | 227 | "* **New classes:**\n", |
226 | 228 | " * [`SubtypeGroupLayer`](/python/latest/api-reference/arcgis.map.toc.html#subtypegrouplayer)\n", |
227 | 229 | " * [`SubtypeGroupTable`](/python/latest/api-reference/arcgis.map.toc.html#subtypegrouptable) \n", |
228 | 230 | " * [`FormManager`](/python/latest/api-reference/arcgis.map.toc.html#formmanager)\n", |
229 | 231 | " * available as *form_manager* properties on these classes:\n", |
230 | 232 | " * [`MapContent`](/python/latest/api-reference/arcgis.map.toc.html#mapcontent)\n", |
231 | 233 | " * [`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", |
233 | 241 | "* **Refactored classes:**\n", |
234 | 242 | " * [`PopupManager`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.popups.PopupManager)\n", |
235 | 243 | " * [`RendererManager`](/python/latest/api-reference/arcgis.map.toc.html#renderermanager)\n", |
|
238 | 246 | " * [`GroupLayer`](/python/latest/api-reference/arcgis.map.toc.html#grouplayer)\n", |
239 | 247 | " * [`SubtypeGroupLayer`](/python/latest/api-reference/arcgis.map.toc.html#subtypegrouplayer) \n", |
240 | 248 | "* [`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", |
241 | 250 | " * **New properties:**\n", |
242 | 251 | " * [`blend_mode`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.renderers.RendererManager.blend_mode)\n", |
243 | 252 | " * **New methods:**\n", |
244 | 253 | " * [`define_renderer()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.renderers.RendererManager.define_renderer)\n", |
245 | 254 | " * [`to_template()`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.renderers.RendererManager.to_template)\n", |
246 | 255 | " * **New parameter:**\n", |
247 | 256 | " * *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", |
249 | 265 | "\n", |
250 | 266 | "#### [`arcgis.apps`](/python/latest/api-reference/arcgis.apps.html) \n", |
251 | 267 | "* [`arcgis.apps.dashboard`](/python/latest/api-reference/arcgis.apps.dashboard.html)\n", |
|
347 | 363 | " * [`import_table()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_table)\n", |
348 | 364 | " * Fixes `AttributeError` with *gdal* processing attempting to publish item \n", |
349 | 365 | "* [`OfflineContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#offlinecontentmanager)\n", |
| 366 | + " * Refactors code to use `Folder` objects and Dataclass objects when appropriate \n", |
350 | 367 | " * [`export_items()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.OfflineContentManager.export_items)\n", |
351 | 368 | " * [**Public Repo Issue #2326**](https://github.com/Esri/arcgis-python-api/issues/2326)\n", |
352 | 369 | " * 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 | 481 | "* Fixes issues with tools running in disconnected environments\n", |
465 | 482 | "\n", |
466 | 483 | "#### [`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", |
467 | 491 | "* [Map Classes](/python/latest/api-reference/arcgis.map.toc.html#map-classes)\n", |
468 | 492 | " * [`MapContent`](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.map_widget.MapContent)\n", |
469 | 493 | " * [`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", |
472 | 509 | "#### [`arcgis.apps`](/python/latest/api-reference/arcgis.apps.html)\n", |
473 | 510 | "* [`itemgraph`](/python/latest/api-reference/arcgis.apps.itemgraph.html)\n", |
474 | 511 | " * [`create_dependency_graph()`](/python/latest/api-reference/arcgis.apps.itemgraph.html#create-dependency-graph)\n", |
|
0 commit comments