|
20 | 20 | " * [arcgis.widgets](/python/2-3/api-reference/arcgis.widgets.html)\n",
|
21 | 21 | " * [MapView](/python/2-3/api-reference/arcgis.widgets.html#mapview) - the _map widget_\n",
|
22 | 22 | " * class deprecated and functionality refactored into [Map](/python/api-reference/arcgis.map.toc.html#map) and [Scene](/python/api-reference/arcgis.map.toc.html#arcgis.map.Scene) classes\n",
|
| 23 | + " \n", |
| 24 | + "* New modules:\n", |
23 | 25 | " * See [What's New in 2.4.0](../guide/overview24) for additional details\n",
|
24 |
| - "* New modules: \n", |
25 | 26 | " * [arcgis.map](/python/api-reference/arcgis.map.toc.html)\n",
|
26 | 27 | " * [Map](/python/api-reference/arcgis.map.toc.html#map)\n",
|
27 | 28 | " * dedicated class aligning with the [web map specification](https://developers.arcgis.com/web-map-specification/)\n",
|
|
198 | 199 | " * [`constraint_rule_updates()`](/python/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph.constraint_rule_updates) \n",
|
199 | 200 | "\n",
|
200 | 201 | "#### [`arcgis.layers`](/python/api-reference/arcgis.layers.toc.html)\n",
|
| 202 | + "* New module: See [What's New in 2.4.0](../guide/overview24) for additional details\n", |
201 | 203 | "* [`Service`](/python/api-reference/arcgis.gis.server.html#service)\n",
|
202 | 204 | " * Adds simplified initialization of appropriate API class from _url_ or [Item](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n",
|
203 | 205 | "* [Working with Map Service Layers](/python/api-reference/arcgis.layers.toc.html#working-with-map-service-layers)\n",
|
204 | 206 | " * [`MapFeatureLayer`](/python/api-reference/arcgis.layers.toc.html#mapfeaturelayer)\n",
|
205 | 207 | " * Adds *time_filter* parameter in class initializer for data that has *timeInfo* \n",
|
206 | 208 | "\n",
|
207 | 209 | "#### [`arcgis.map`](/python/api-reference/arcgis.map.toc.html)\n",
|
208 |
| - "* Functionality from the deprecated [`argis.mapping`](/python/2-3/api-reference/arcgis.mapping.toc.html) module \n", |
| 210 | + "* Functionality from the deprecated [`argis.mapping`](/python/2-3/api-reference/arcgis.mapping.toc.html) module\n", |
| 211 | + " * New module: See [What's New in 2.4.0](../guide/overview24) for additional details \n", |
209 | 212 | "\n",
|
210 | 213 | "#### [`arcgis.widgets`](/python/2-3/api-reference/arcgis.widgets.html)\n",
|
211 | 214 | "* Deprecated at the 2.4 Release\n",
|
| 215 | + " * See [What's New in 2.4.0](../guide/overview24) for additional details \n", |
212 | 216 | "\n",
|
213 | 217 | "#### [`arcgis.apps`](/python/api-reference/arcgis.apps.html)\n",
|
214 | 218 | "* Adds deprecation notices to reference documentation for:\n",
|
|
378 | 382 | "* [Working with OGC layers](/python/api-reference/arcgis.layers.toc.html#working-with-ogc-layers)\n",
|
379 | 383 | " * [`WMTSLayer`](/python/api-reference/arcgis.layers.toc.html#wmtslayer)\n",
|
380 | 384 | " * Fixes issue with reading properties improperly leading to incorrectly formatted object leading to multiple methods returning *None* \n",
|
381 |
| - "* [Working with 3D Maps](/python\n", |
| 385 | + "* [Working with 3D Maps](/python/api-reference/arcgis.layers.toc.html#working-with-3d-maps)\n", |
382 | 386 | " * [`SceneLayerManager`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.SceneLayerManager)\n",
|
383 | 387 | " * Fixes BUG-000169804 where incorrect source was used in populating information to initialize object \n",
|
384 | 388 | "\n",
|
|
0 commit comments