Skip to content
Permalink
Browse files
Correct wrong version name in wfs get capabilities
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8660 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jun 21, 2008
1 parent 9d741fa commit dbce3e2
Showing 1 changed file with 1 addition and 1 deletion.
@@ -141,7 +141,7 @@ int QgsWFSSourceSelect::getCapabilitiesGET(QString uri, std::list<QString>& type
{
uri.append("?");
}
QString request = uri + "SERVICE=WFS&REQUEST=GetCapabilities&VERSION=1.1.1";
QString request = uri + "SERVICE=WFS&REQUEST=GetCapabilities&VERSION=1.0.0";

QByteArray result;
QgsHttpTransaction http(request);

0 comments on commit dbce3e2

Please sign in to comment.