Hello Community,
Kindly, I've a Web Map in ArcGIS Online which contains many feature layers, and I'm wondering if there is an option to make all of these layers in Alphabetic Order. The below screenshot illustrates some of the layers I've now.
Thanks in Advance!
Solved! Go to Solution.
If you have access to ArcGIS Pro,
1. Sign-in to ArcGIS Online from ArcGIS Pro (if not yet done). Add the web map to ArcGIS Pro.
3. Share > Save Web Map
* While testing, I would recommend to Save as a New Web Map. Sometimes the symbology of the original layers in the webmap could change.
I don't believe there is a built-in "sort layers" option, but you might be able to do this with a bit of Python by pulling out the WebMap's JSON, accessing the operationalLayers object, then modifying that and updating the web map with it. I could write up a more specific example if you wanted to go that route, but I know code-based solutions aren't always what people are looking for.
Many thanks Josh.
I though that there is a specific tool like the layer ascending or "sort layers" which will order the layers by a click. Anyhow, I'm not sure if it's possible to apply a Python code in the ArcGIS Online yet.
Highly appreciate your response.
If you have access to ArcGIS Pro,
1. Sign-in to ArcGIS Online from ArcGIS Pro (if not yet done). Add the web map to ArcGIS Pro.
3. Share > Save Web Map
* While testing, I would recommend to Save as a New Web Map. Sometimes the symbology of the original layers in the webmap could change.
Many thanks Jayanta for your valuable response.
I've published over the ArcGIS Online, Beta viewer, but let me give a try using ArcGIS Pro, and will get back to you is this work with me.
Many thanks dear.
Hi Jayanta,
This is a brilliant solution. I just tried it and it worked smoothly with me. Your support is highly appreciated.