SHORT VERSION: How do I copy the symbology from one webmap layer to another?
USE CASE: I'm creating a webmap on my ArcGIS Enterprise Portal. I add a feature layer that is owned by another user, so it comes in with the default symbology. It takes a bunch of clicking to set up the symbology on the layer. I want to use the layer in 4 webmaps, so now I have to repeat this 3 more times. I'd love to just copy the new layer (or just its symbology settings) and paste into the other webmaps.
ASSETS AND LIABILITIES:
- This is on an Enterprise Portal, not ArcGIS Online. I won't have the AGOL Assistant available for this. (Or is that installed with Portal???)
- I don't have administrator access on my portal. I've seen posts on creating symbol sets for your org, but I think I'd have to be an admin.
- I don't own the feature layer, so I cannot update its default symbology. This is dynamic data, so I can't just create my own copy to work with.
- I have ArcGIS Pro and can connect to my portal, in case that helps.
- I can publish a sample/test feature layer with symbology defined the way I want it. The goal is not to re-create the data set, but I mention this in case the default symbology in a feature layer is more useful than a webmap layer's symbology.
- Python solutions are ok, but I'd prefer a no-code solution if possible. (I can code, but not many of my coworkers do.)
BONUS POINTS: Also copy label settings, transparency, blending, scale thresholds, popup settings, filters, and any other relevant layer settings.