Dear all,

I am looking for solution where I can determine the order of the layers in the 
WMS capabilities document, without creating an additional layer element in the 
capabilities document. 

With the layergroup in CONTAINER mode it is possible to order the order of the 
layers in the WMS capabilities document, but this will create an additional 
layer element in the capabilities document like this:

    <Layer>
        <Title>GeoServer Web Map Service</Title>
        <Layer> <!-- Layergroup Layer element -- >
            <Abstract>Layergroup</Abstract>
            <Layer/>
            <Layer/>         
            <Layer/>         
        </Layer>
    </Layer>

Is it possible to control the order of the layers in the WMS capabilities 
document without adding this additional layergroup element to the capabilities 
document's layer tree? Like this:
    
    <Layer>
        <Title>GeoServer Web Map Service</Title>
        <Layer/>
        <Layer/>         
        <Layer/>         
    </Layer>

I appreciate any ideas on this. Thanks!

Kind regards,
Anton Bakker

software developer@geocat <http://www.geocat.net/> 
tel. +31 318 416 664 



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to