[mapguide-commits] r7776 - sandbox/jng/streaming_v2/Server/src/Wfs

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Aug 16 05:57:49 PDT 2013


Author: jng
Date: 2013-08-16 05:57:49 -0700 (Fri, 16 Aug 2013)
New Revision: 7776

Modified:
   sandbox/jng/streaming_v2/Server/src/Wfs/1.0.0.xml.awd
   sandbox/jng/streaming_v2/Server/src/Wfs/1.1.0.xml.awd
Log:
Remove template definitions that are no longer used by our WFS GetFeature implementation

Modified: sandbox/jng/streaming_v2/Server/src/Wfs/1.0.0.xml.awd
===================================================================
--- sandbox/jng/streaming_v2/Server/src/Wfs/1.0.0.xml.awd	2013-08-16 11:30:49 UTC (rev 7775)
+++ sandbox/jng/streaming_v2/Server/src/Wfs/1.0.0.xml.awd	2013-08-16 12:57:49 UTC (rev 7776)
@@ -115,16 +115,6 @@
    <ogc:&Enum.item; />
  </Define>
 
- <Define item="GetFeature.xml">
-   <!-- Feature &Feature.iteration; -->
-   &Feature.OuterXml;
- </Define>
-
- <Define item="GetFeatureCollection.xml">
-   <wfs:FeatureCollection &FeatureCollection.Namespaces;>
-     <?EnumFeatures using="&GetFeature.xml;" ?> 
-   </wfs:FeatureCollection>
- </Define>
 </Definitions>
 
 <!--
@@ -255,15 +245,6 @@
 
 <!--
 
-  WFS GetFeature - XML, GML 2.1.2
-
--->
-<Response request="GetFeature" content-type="text/xml; subtype=gml/2.1.2">
- <?GetFeatureCollection using="&GetFeatureCollection.xml;" ?>
-</Response>
-
-<!--
-
   Exception Format  - XML
 
 -->

Modified: sandbox/jng/streaming_v2/Server/src/Wfs/1.1.0.xml.awd
===================================================================
--- sandbox/jng/streaming_v2/Server/src/Wfs/1.1.0.xml.awd	2013-08-16 11:30:49 UTC (rev 7775)
+++ sandbox/jng/streaming_v2/Server/src/Wfs/1.1.0.xml.awd	2013-08-16 12:57:49 UTC (rev 7776)
@@ -96,17 +96,6 @@
  <Define item="DescribeFeature.Import.xml">
   <xs:import schemaLocation="&Url.DescribeFeatureType;?request=DescribeFeatureType&service=WFS&version=1.1.0&typeName=&Enum.item;"/>
  </Define>
-
- <Define item="GetFeature.xml">
-  <!-- Feature &Feature.iteration; -->
-  &Feature.OuterXml;
- </Define>
-
- <Define item="GetFeatureCollection.xml">
-    <wfs:FeatureCollection &FeatureCollection.Namespaces;>
-        <?EnumFeatures using="&GetFeature.xml;" ?> 
-    </wfs:FeatureCollection>
- </Define>
  
 </Definitions>
 
@@ -325,27 +314,8 @@
  <?Endif?>
  </xs:schema>
 </Response>
-
 <!--
 
-  WFS GetFeature - XML, GML 2.1.2
-
--->
-<Response request="GetFeature" content-type="text/xml; subtype=gml/2.1.2">
- <?GetFeatureCollection using="&GetFeatureCollection.xml;" ?>
-</Response>
-
-<!--
-
-  WFS GetFeature - XML, GML 3.1.1
-
--->
-<Response request="GetFeature" content-type="text/xml; subtype=gml/3.1.1">
-  <?GetFeatureCollection using="&GetFeatureCollection.xml;" ?>
-</Response>
-
-<!--
-
   Exception Format  - XML
 
 -->



More information about the mapguide-commits mailing list