[Mapbender-commits] r4414 - trunk/mapbender/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Jul 22 05:43:44 EDT 2009
Author: christoph
Date: 2009-07-22 05:43:44 -0400 (Wed, 22 Jul 2009)
New Revision: 4414
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-22 09:41:52 UTC (rev 4413)
+++ trunk/mapbender/http/classes/class_wfs.php 2009-07-22 09:43:44 UTC (rev 4414)
@@ -80,7 +80,7 @@
protected function getFeaturePost ($featureTypeName, $filter) {
$postData = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" .
- "<wfs:GetFeature version=\"" . $this->getVersion() . "\" " .
+ "<wfs:GetFeature service=\"WFS\" version=\"" . $this->getVersion() . "\" " .
"xmlns:wfs=\"http://www.opengis.net/wfs\" " .
"xmlns:gml=\"http://www.opengis.net/gml\" " .
"xmlns:ogc=\"http://www.opengis.net/ogc\">" .
More information about the Mapbender_commits
mailing list