Hi,
in DMA Maps apps the configuration of Layers can contain the "separator" as source type. The order of layers in config file should be reflected in the list rendered on the map but in my case the "separator" type items are placed at the bottom of the list.
Any idea why my separator is at the bottom?
Thanks
Martin
Hi Wim,
using this version: DataMiner (10.2.0.0-12603-CU11)
beginning of the config section Layers:
<Layers>
<Layer sourceType="separator" name="C coverage" visible="true" allowToggle="true" textcolor="white" backgroundcolor="green" toggleGroup="Beams"/>
<Layer sourceType="overlay" name="AR5A(INSAT C)" allowToggle="true" visible="false" toggleGroup="Beams" textcolor="green">
<GroundOverlay type="kml" privateFilePath="c:\Skyline DataMiner\Maps\kml\AR5A_AFR_downlink.kml">
</GroundOverlay>
</Layer>
<Layer sourceType="separator" name="Ku coverage" visible="true" allowToggle="true" textcolor="white" backgroundcolor="blue" toggleGroup="Beams"/>
<Layer sourceType="overlay" name="H30W-AME-1652" allowToggle="true" visible="false" toggleGroup="Beams" textcolor="blue">
<GroundOverlay type="kml" privateFilePath="c:\Skyline DataMiner\Maps\kml\H30W_downlink.kml">
</GroundOverlay>
</Layer>
<Layer sourceType="separator" name="iDirect" visible="true" allowToggle="true" textcolor="white" backgroundcolor="brown" toggleGroup="Beams"/>
<Layer sourceType="overlay" name="SES4-EU" allowToggle="true" visible="false" toggleGroup="Beams" textcolor="brown">
<GroundOverlay type="kml" privateFilePath="c:\Skyline DataMiner\Maps\kml\SES4_EU_downlink.kml">
</GroundOverlay>
</Layer>
</Layers>
and result
Thanks for reporting this. I can reproduce this, also on latest versions. I’ve created a task to get this fixed (DCP228333).