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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 22 04:09:12 PST 2013


Author: jng
Date: 2013-01-22 04:09:12 -0800 (Tue, 22 Jan 2013)
New Revision: 7330

Modified:
   trunk/MgDev/Server/src/Wfs/1.1.0.xml.awd
Log:
#2202: Fix [-180, -90, 180, 90] always being returned for WFS 1.1.0 GetCapabilities


Modified: trunk/MgDev/Server/src/Wfs/1.1.0.xml.awd
===================================================================
--- trunk/MgDev/Server/src/Wfs/1.1.0.xml.awd	2013-01-22 12:00:28 UTC (rev 7329)
+++ trunk/MgDev/Server/src/Wfs/1.1.0.xml.awd	2013-01-22 12:09:12 UTC (rev 7330)
@@ -31,7 +31,11 @@
    <?Ifdef item="Feature.WGS84BoundingBox"?>
    <?Enum list="&Feature.WGS84BoundingBox;" using="&BoundingBox.xml;" item="Bounds"?>
    <?Else?>
+    <?Ifdef item="Feature.Bounds"?>
+      <?Enum list="&Feature.Bounds;" using="&BoundingBox.xml;" item="Bounds"?>
+    <?Else?>
     &Feature.name.to.BoundingBox;
+    <?Endif?>
    <?Endif?>
    </ows:WGS84BoundingBox>
   </wfs:FeatureType>



More information about the mapguide-commits mailing list