I use mapcache for caching my own WMS-service. I called my layer "mylayer", but the GetCapabilities document contains "rootlayer" all time. I would already like to have the name of my layer "mylayer" instead of "rootlayer". Is it configurable? Or missed I something?
Ariane <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE WMT_MS_Capabilities SYSTEM " http://schemas.opengis.net/wms/1.1.0/capabilities_1_1_0.dtd" [ @@ -23,7 +27,7 @@ <WMT_MS_Capabilities version="1.1.1"> <Service> <Name>OGC:WMS</Name> <Title>test</Title> ... </Service> <Capability> @@ -48,11 +52,11 @@ </VendorSpecificCapabilities> <Layer> <Name>rootlayer</Name> <Title>test</Title> <SRS>...</SRS> <Layer cascaded="1" queryable="0"> <Name>mylayer</Name> <Title>test</Title> ... </Layer> </Layer>
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
