[Mapbender-commits] r4318 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jul 7 10:38:47 EDT 2009


Author: christoph
Date: 2009-07-07 10:38:47 -0400 (Tue, 07 Jul 2009)
New Revision: 4318

Modified:
   trunk/mapbender/http/classes/class_wfs.php
Log:


Modified: trunk/mapbender/http/classes/class_wfs.php
===================================================================
--- trunk/mapbender/http/classes/class_wfs.php	2009-07-07 14:38:17 UTC (rev 4317)
+++ trunk/mapbender/http/classes/class_wfs.php	2009-07-07 14:38:47 UTC (rev 4318)
@@ -18,7 +18,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 require_once(dirname(__FILE__)."/../../core/globalSettings.php");
-require_once(dirname(__FILE__)."/class_connector.php");
+require_once(dirname(__FILE__)."/class_connector.php");
 require_once(dirname(__FILE__)."/class_administration.php");
 require_once(dirname(__FILE__)."/class_gml.php");
 require_once(dirname(__FILE__)."/class_ows.php");
@@ -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 ";
 			
@@ -471,4 +472,4 @@
 		return WfsToDb::exists($this);
 	}
 }
-?>
\ No newline at end of file
+?>



More information about the Mapbender_commits mailing list