File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,19 @@ QgsWFSCapabilities::QgsWFSCapabilities( QString theUri ) :
31
31
mCapabilitiesReply( 0 ),
32
32
mErrorCode( QgsWFSCapabilities::NoError )
33
33
{
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" ) );
37
37
38
- QgsDebugMsg ( " mBaseUrl = " + mBaseUrl );
38
+ QgsDebugMsg ( " mBaseUrl = " + mBaseUrl );
39
39
40
40
// find out the server URL
41
41
/*
42
42
QSettings settings;
43
43
QString key = "/Qgis/connections-wfs/" + mConnName + "/url";
44
44
mUri = settings.value( key ).toString();
45
45
QgsDebugMsg( QString( "url is: %1" ).arg( mUri ) );
46
-
46
+
47
47
//make a GetCapabilities request
48
48
//modify mUri to add '?' or '&' at the end if it is not already there
49
49
if ( !( mUri.contains( "?" ) ) )
You can’t perform that action at this time.
0 commit comments