|
13 | 13 | "source": [ |
14 | 14 | "#### New\n", |
15 | 15 | "* Added a `legend` property to the [`map widget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#mapview)\n", |
16 | | - "* Numerous fixes adn enhancements to the [`map widget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.GIS.map)\n", |
17 | | - " * Added a compass to 2D mode to re-orient north\n", |
18 | | - " * Fixed map widget display issues with `tempnb` on notebooks.esri.com \n", |
19 | | - " * Fixed bug where custom symbology was not persisting override\n", |
20 | | - " * Fixed issue when `map.layers` returned incorrect data type for layers\n", |
21 | | - " * Fixed issue for an exported map widget not honoring the extent\n", |
22 | | - " * Added ability to use custom basemaps with map widget\n", |
23 | 16 | "* Added documentation for [`create_symbol`](http://zion/jenkins/job/geosaurus_master/builds=master/PythonAPIDoc/)\n", |
24 | 17 | "* Added support for [`Survey123`](https://survey123.arcgis.com/) to the [`apps`]() module\n", |
25 | 18 | "* Added capability to delete certificates in the `arcgis.server` module\n", |
|
28 | 21 | "* Updated documentation for `Spatially Enabled DataFrame`\n", |
29 | 22 | "* Added support for new [`User Types`](https://www.esri.com/en-us/arcgis/products/arcgis-online/pricing/arcgis-online-subscriptions) building blocks\n", |
30 | 23 | "* Reduced overhead on certificate searches in [gis.server.admin.SSLCertificates](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.admin.html#sslcertificates)\n", |
31 | | - "* Added ability to set the map widget extent to that of a loaded Spatially Enabled DataFrame(https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis-features-geoaccessor)\n", |
| 24 | + "* Added ability to set the map widget extent to that of a loaded [`Spatially Enabled DataFrame`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis-features-geoaccessor)\n", |
32 | 25 | "* Added [`from_shapely()`]() method to [`Geometry`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geometry.html#geometry) class\n", |
33 | 26 | "* Added a `homepage` property to the [`User`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#user) and [`Group`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#group) class\n", |
34 | 27 | "* Added support for scheduling to [`create()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.mapping.html#arcgis.mapping.OfflineMapAreaManager.create) map areas\n", |
|
52 | 45 | "* Fixed issue with incomplete [`Geometry`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geometry.html#geometry) checks in the [`map widget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.widgets.html#mapview)\n", |
53 | 46 | "* Fixed BUG 000115800 when subsequent imports of an imported certificate failed to import certificate\n", |
54 | 47 | "* Fixed issue where curvePaths and curveRings do not return proper extents\n", |
| 48 | + "* Numerous fixes and enhancements to the [`map widget`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.GIS.map)\n", |
| 49 | + " * Added a compass to 2D mode to re-orient north\n", |
| 50 | + " * Fixed bug where custom symbology was not properly displaying\n", |
| 51 | + " * Fixed issue when `map.layers` returned incorrect data type for layers\n", |
| 52 | + " * Fixed issue for an exported map widget not honoring the extent\n", |
| 53 | + " * Added ability to use portalbasemaps with map widget\n", |
55 | 54 | "* Improved warning messages when required modules are not present\n", |
56 | 55 | "* Improved messaging on [`Datastore Manager.add_cloudstore()`](* Improved warning messages when required modules are not present) method\n", |
57 | | - "* Improved documentation for [`edit_control_points`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.orthomapping.html#edit-control-points) and [`match_control_points`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.orthomapping.html#match-control-points\n", |
| 56 | + "* Improved documentation for [`edit_control_points`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.orthomapping.html#edit-control-points) and [`match_control_points`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.orthomapping.html#match-control-points)\n", |
58 | 57 | "* Enhanced performance to [`FeatureSet.save()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.FeatureSet.save)\n", |
59 | 58 | "* Fixed load performance for [`gis.map()`]https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.GIS.map() objects\n", |
60 | 59 | "* Fixed bug when using [`FeatureLayerManager.overwrite()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.overwrite) to updated Feature Layer with a zipped shapefile with identical schema\n", |
61 | 60 | "* Numerous performance improvements on Spatially Enabled DataFrame [`to_featureclass()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureclass) and [`from_featureclass()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass) methods\n", |
62 | | - "* Fixed error when using [`import_toolbox()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoprocessing.html#import-toolbox] an an Enterprise GIS\n", |
| 61 | + "* Fixed error when using [`import_toolbox()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.geoprocessing.html#import-toolbox]) an an Enterprise GIS\n", |
63 | 62 | "* Fixed BUG 000110695 when connecting with `Pro` would not return proper licenses for user\n", |
64 | 63 | "* Fixed issue where [`ImageryLayer`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#imagerylayer) extent was not honored on analytics jobs unless explicitly set\n", |
65 | 64 | "* Fixed parameter issue with [`arithmetic()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.functions.html#arithmetic) raster function\n", |
66 | 65 | "* Fixed issue where [`Item.export()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.export) function read parameter incorrectly\n", |
67 | 66 | "* Fixed a longitude check in [`arcgis.raster.orthomapping.compute_spatial_reference_factory_code()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.orthomapping.html#compute-spatial-reference-factory-code)\n", |
68 | 67 | "* Fixed issue where `user.folders` would not return folders if a `user` object was obtained using a `query` parameter on `gis.users.search()`\n", |
69 | 68 | "* Improved performance with the [`GIS`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#gis) constructor\n", |
70 | | - "* Fixed issue with how the [`raster.analytics`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html) tools handled tokens\n", |
| 69 | + "* Fixed issue with how the [`raster.analytics`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.analytics.html) tools handles tokens\n", |
71 | 70 | "* Improved error handling with [`clone_items()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n", |
72 | 71 | "* Improvements to [`apps.workforce`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.apps.workforce.html) reducing steps to create various objects\n", |
73 | 72 | "* Fixed the [`to_features()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items) and [`save()`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.save) methods on [`ImageryLayers`](https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.raster.toc.html#imagerylayer) to use appropriate extents\n", |
|
0 commit comments