[mapserver-commits] r8722 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Mon Mar 9 15:28:04 EDT 2009


Author: tomkralidis
Date: 2009-03-09 15:27:55 -0400 (Mon, 09 Mar 2009)
New Revision: 8722

Modified:
   trunk/mapserver/mapwfs11.c
Log:
- Update EXTENT warning message (#2914)



Modified: trunk/mapserver/mapwfs11.c
===================================================================
--- trunk/mapserver/mapwfs11.c	2009-03-09 19:09:55 UTC (rev 8721)
+++ trunk/mapserver/mapwfs11.c	2009-03-09 19:27:55 UTC (rev 8722)
@@ -163,7 +163,7 @@
     {
         xmlNewChild(psRootNode, psNsOws, BAD_CAST "WGS84BoundingBox", NULL);
         xmlAddSibling(psNode,
-                      xmlNewComment(BAD_CAST "WARNING: Mandatory WGS84BoundingBox could not be established for this layer.  Consider setting LAYER.EXTENT or wfs_extent metadata."));
+                      xmlNewComment(BAD_CAST "WARNING: Optional WGS84BoundingBox could not be established for this layer.  Consider setting the EXTENT in the LAYER object, or wfs_extent metadata. Also check that your data exists in the DATA statement"));
     }
 
     value = msOWSLookupMetadata(&(lp->metadata), "FO", "metadataurl_href");



More information about the mapserver-commits mailing list