Hi everyone,
I've created a layer group in the WMS configuration, and when I do a WMS request with the parameter "layers=bluemarblegroup", I get this error : http://rafb.net/p/1reNxb22.html.
Andrea has created a JIRA task GEOS-1181 at this subject, thanks
A wms request with these eight coverages defined, using this syntax works : layers=geom:a1_tiled2,geom:a2_tiled2, ...
Here is the end of the service.xml file in my data dir :
<service type = "WMS" enabled = "true" >
<!--
ServiceDTO elements, needed for the capabilities document
Title and OnlineResource are the two required
-->
<name>OGC:WMS</name>
<title>My GeoServer WMS</title>
<abstract>
This is a description of your Web Map Server.
</abstract>
<metadataLink >null</metadataLink>
<keywords >
<keyword>WFS</keyword>
<keyword>WMS</keyword>
<keyword>GEOSERVER</keyword>
</keywords>
<onlineResource>http://localhost:8080/geoserver/wms</onlineResource>
<fees>NONE</fees>
<accessConstraints>NONE</accessConstraints>
<srsXmlStyle value = "false" />
<maintainer>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10311</maintainer>
<BaseMapGroups >
<BaseMapGroup baseMapTitle = "bluemarblegroup" >
<baseMapLayers>geom:a1_tiled2,geom:a2_tiled2,geom:b1_tiled2,geom:b2_tiled2,geom:c1_tiled2,geom:c2_tiled2,geom:d1_tiled2,geom:d2_tiled2</baseMapLayers>
<baseMapStyles>raster,raster,raster,raster,raster,raster,raster,raster</baseMapStyles>
</BaseMapGroup>
</BaseMapGroups>
<svgAntiAlias>true</svgAntiAlias>
<allowInterpolation>Nearest</allowInterpolation>
</service>
Regards,
Cédric Briançon.