Skip to content

Commit

Permalink
Correct wrong version name in wfs get capabilities
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8660 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jun 21, 2008
1 parent 41339ea commit daf6308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/wfs/qgswfssourceselect.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit daf6308

Please sign in to comment.