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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jul 10 11:22:08 EDT 2009


Author: christoph
Date: 2009-07-10 11:22:07 -0400 (Fri, 10 Jul 2009)
New Revision: 4332

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-10 15:18:18 UTC (rev 4331)
+++ branches/2.6/http/classes/class_wfs.php	2009-07-10 15:22:07 UTC (rev 4332)
@@ -94,6 +94,7 @@
 			
 		}
 		$postData .= "typeName=\"" . $featureTypeName . "\"/>" . 
+			$filter . 
 			"</wfs:GetFeature>";		
 
 		return $this->post($this->getFeature, $postData);



More information about the Mapbender_commits mailing list