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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jun 3 04:35:41 PDT 2013


Author: armin11
Date: 2013-06-03 04:35:40 -0700 (Mon, 03 Jun 2013)
New Revision: 8644

Modified:
   trunk/mapbender/http/classes/class_wfs.php
Log:
Some bugfix for wfs request generator

Modified: trunk/mapbender/http/classes/class_wfs.php
===================================================================
--- trunk/mapbender/http/classes/class_wfs.php	2013-06-03 08:59:00 UTC (rev 8643)
+++ trunk/mapbender/http/classes/class_wfs.php	2013-06-03 11:35:40 UTC (rev 8644)
@@ -412,7 +412,7 @@
 			" http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd" . 
 			$strForSchemaLocation . " " . $this->describeFeatureType . 
 			$this->getConjunctionCharacter($this->describeFeatureType) . 
-			"typename=" . $featureType->name . "amp;request=DescribeFeaturetype".
+			"typename=" . $featureType->name . "&REQUEST=DescribeFeatureType" .
 			"\">" .	$wfsRequest . "</wfs:Transaction>";
 	}
 	



More information about the Mapbender_commits mailing list