[mapguide-commits] r5333 - trunk/MgDev/Server/src/Wfs

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Oct 26 07:38:12 EDT 2010


Author: liuar
Date: 2010-10-26 04:38:12 -0700 (Tue, 26 Oct 2010)
New Revision: 5333

Modified:
   trunk/MgDev/Server/src/Wfs/1.1.0.xml.awd
Log:
Ticket #1421 OGC WFS 1.1.0 Support

16. Test wfs:wfs-1.1.0-Basic-GetFeature-tc8.3 (s0004/d1e35143_1/d1e740_1/d1e25223_1/d1e6172_1)

[!GetFeature with BBOX KVP parameter (with the CRS not specified, service default expected).  The BBOX values would indicate no features in the response.  Pass if all of the following conditions are true: (1) the response is schema valid; (2) the root document is an wfs:FeatureCollection document; (3) no features are in the response.


Modified: trunk/MgDev/Server/src/Wfs/1.1.0.xml.awd
===================================================================
--- trunk/MgDev/Server/src/Wfs/1.1.0.xml.awd	2010-10-26 11:10:29 UTC (rev 5332)
+++ trunk/MgDev/Server/src/Wfs/1.1.0.xml.awd	2010-10-26 11:38:12 UTC (rev 5333)
@@ -78,8 +78,8 @@
  <Define item="Feature.Bounds.south">-90</Define>
  <Define item="Feature.Bounds.west">-180</Define>
  <Define item="Feature.Bounds.east">180</Define>
+ <Define item="FeatureCollection.Namespaces">xmlns:gml="http://www.opengis.net/gml" xmlns:wfs="http://www.opengis.net/wfs" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"</Define>
 
-
  <Define item="DescribeFeature.EnumDelim.xml">
    <!-- &Enum.iteration; -->
    <?EnumDelim list="&Enum.item;" sep=":" subset="1" using="&DescribeFeature.Import.xml;"?>



More information about the mapguide-commits mailing list