Bug ID Number |
BUG-000168900 |
Submitted | July 4, 2024 |
Last Modified | August 15, 2024 |
Applies to | ArcGIS API for Python |
Version found | 2.3.0 |
Operating System | N/A |
Operating System Version | N/A |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
The basemaps property consists of hardcoded basemaps that are available. If a user would like to have a dynamic view of the basemaps available to them, they should define a basemap gallery group. This group can include available default ArcGIS basemaps in their environment as well as any custom defined basemaps. This can then be accessed in the webmap through the basemap_gallery property.
Workaround
Use the gallery_basemaps property.
Steps to Reproduce