[Mapbender-commits] r4413 - branches/2.6/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Jul 22 05:41:54 EDT 2009
Author: christoph
Date: 2009-07-22 05:41:52 -0400 (Wed, 22 Jul 2009)
New Revision: 4413
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-22 08:09:06 UTC (rev 4412)
+++ branches/2.6/http/classes/class_wfs.php 2009-07-22 09:41:52 UTC (rev 4413)
@@ -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