Hello,
With the release of ArcGIS Earth 1.18, some corrections have been made for the support of OGC WMS layers. The users can now add individual layers that are grouped in the OGC WMS. This is great news!
But I still cannot find the way to use OGC WMS layers in startupLayers. The ArcGIS Earth Sample Configuration File only shows how to add ArcGIS Server WMS :
<layer name="" type="WMS" url=http://myservername.esri.com/someservice/servicename/MapServer/WMSServer visible="True" icon="c:\test.jpg">
<layer name="sub-layer-1" title="sub layer 1"/>
<layer name="sub-layer-2" title="sub layer 2"/>
</layer>
But how can I use OGC WMS layers as startupLayers? Is it possible? I tried many things, but either my OGC WMS layers are broken, either my whole startupLayers group is not showing.
Thank you!