[mapserver-users] AW: getCapabilities problems

Eichner, Andreas - SID-NLK Andreas.Eichner at sid.sachsen.de
Tue May 13 06:14:00 PDT 2008


 
> my getCapabilities request seems to have a problem... But I have no  
> idea why.

If you want to get rid off the warnings, give all layers a wms_title
metadata. If you ommit this attribute mapserver inserts the layer's name
as title and injects a warning message. So try something like

LAYER
  NAME foo
  METADATA
    wms_title "Short descriptive title for layer foo"
  END
  ...
END



More information about the MapServer-users mailing list