Select to view content in your preferred language

Provide function to group() and ungroup() webmap layers using the ArcGIS API for Python

661
1
02-21-2024 04:11 AM
Status: Open
Labels (2)
Clubdebambos
MVP Regular Contributor

You can manually group and ungroup layers in a webmap. This functionality is required with the ArcGIS API for Python. Please create two neat functions for a WebMap to group() and ungroup() layers.

1 Comment
Clubdebambos

It seems that ArcGIS API for Python version 2.4.0 has a way to ungroup layers but it seems the group layers functionality is omitted?