Hello,
I am trying to add a background map in FME Data Inspector. I am using a WMS server which returns an XML having a following structure:
<WMT_MS_Capabilities version="1.1.1" updateSequence="0"><Service></Service><Capability><Request></Request><Exception></Exception><Layer></Layer><Layer></Layer></Capability></WMT_MS_Capabilities>
We have two <Layer> sections. It is not visible here, but they contain <SRS> tags and a set of nested <Layer> tags, which are used to populate the Layer List in WMS Parameters. It seems however, that the Layer List is missing nested layers from the second <Layer> section, only the ones from the first section are loaded.
Could you please make sure that complete set of layers is loaded from a WMS server?
Best regards