> 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
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to