[Mapbender-commits] r4316 - branches/2.6/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jul 7 10:14:49 EDT 2009


Author: christoph
Date: 2009-07-07 10:14:49 -0400 (Tue, 07 Jul 2009)
New Revision: 4316

Modified:
   branches/2.6/http/classes/class_wfs.php
Log:


Modified: branches/2.6/http/classes/class_wfs.php
===================================================================
--- branches/2.6/http/classes/class_wfs.php	2009-07-07 13:37:26 UTC (rev 4315)
+++ branches/2.6/http/classes/class_wfs.php	2009-07-07 14:14:49 UTC (rev 4316)
@@ -81,6 +81,7 @@
 	protected function getFeaturePost ($featureTypeName, $filter) {
 		$postData = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" . 
 			"<wfs:GetFeature version=\"" . $this->getVersion() . "\" " . 
+			"xmlns:ogc=\"http://www.opengis.net/ogc " . 
 			"xmlns:wfs=\"http://www.opengis.net/wfs\">" . 
 			"<wfs:Query ";
 			



More information about the Mapbender_commits mailing list