Hello there,
I have these crazy map services that need to be mapped out to their corresponding feature classes. How to do this easily ? I don't want to open each map services one by one.
Any suggestion ?
thanks alot
Solved! Go to Solution.
The only place that the source of a layer is stored is in the layer itself, and each service has its own list of layers. Opening each service (or the map from which it was published) and iterating the layers is the only way to collect this.
- V
The only place that the source of a layer is stored is in the layer itself, and each service has its own list of layers. Opening each service (or the map from which it was published) and iterating the layers is the only way to collect this.
- V
All right. Seems that its the only possible way. Thank you 🙂