We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 85034e9 commit 3cb3a7aCopy full SHA for 3cb3a7a
src/gui/qgsnewhttpconnection.cpp
@@ -149,7 +149,9 @@ void QgsNewHttpConnection::accept()
149
params.insert( QString( it->first ).toUpper(), *it );
150
}
151
152
- if ( params["SERVICE"].second.toUpper() == "WMS" )
+ if ( params["SERVICE"].second.toUpper() == "WMS" ||
153
+ params["SERVICE"].second.toUpper() == "WFS" ||
154
+ params["SERVICE"].second.toUpper() == "WCS" )
155
{
156
url.removeEncodedQueryItem( params["SERVICE"].first );
157
url.removeEncodedQueryItem( params["REQUEST"].first );
0 commit comments