mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Merge pull request #10013 from elpaso/wfs3-ogr-client-fix
Fix WFS3 OGR build URI
This commit is contained in:
commit
7df3163743
@ -269,7 +269,8 @@ QString createProtocolURI( const QString &type, const QString &url, const QStri
|
||||
{
|
||||
uri = QStringLiteral( "DODS:%1" ).arg( url );
|
||||
}
|
||||
else if ( type == QLatin1String( "WFS3" ) )
|
||||
// Check beginning because of "experimental"
|
||||
else if ( type.startsWith( QLatin1String( "WFS3" ) ) )
|
||||
{
|
||||
uri = QStringLiteral( "WFS3:%1" ).arg( url );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user