File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,19 +31,19 @@ QgsWFSCapabilities::QgsWFSCapabilities( QString theUri ) :
3131 mCapabilitiesReply( 0 ),
3232 mErrorCode( QgsWFSCapabilities::NoError )
3333{
34- mUri .setEncodedUri ( theUri ),
35- QgsDebugMsg ( " theUri = " + theUri );
36- mBaseUrl = prepareUri ( mUri .param (" url" ) );
34+ mUri .setEncodedUri ( theUri );
35+ QgsDebugMsg ( " theUri = " + theUri );
36+ mBaseUrl = prepareUri ( mUri .param ( " url" ) );
3737
38- QgsDebugMsg ( " mBaseUrl = " + mBaseUrl );
38+ QgsDebugMsg ( " mBaseUrl = " + mBaseUrl );
3939
4040 // find out the server URL
4141 /*
4242 QSettings settings;
4343 QString key = "/Qgis/connections-wfs/" + mConnName + "/url";
4444 mUri = settings.value( key ).toString();
4545 QgsDebugMsg( QString( "url is: %1" ).arg( mUri ) );
46-
46+
4747 //make a GetCapabilities request
4848 //modify mUri to add '?' or '&' at the end if it is not already there
4949 if ( !( mUri.contains( "?" ) ) )
You can’t perform that action at this time.
0 commit comments