Skip to content

Commit

Permalink
UI: improve tooltip of WFS URL regarding OGC API (fixes #43362)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault authored and nyalldawson committed May 24, 2021
1 parent 2fdb4a8 commit 2abcb9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/qgsnewhttpconnection.cpp
Expand Up @@ -115,6 +115,10 @@ QgsNewHttpConnection::QgsNewHttpConnection( QWidget *parent, ConnectionTypes typ
mWfsOptionsGroupBox->setVisible( false );
mGroupBox->layout()->removeWidget( mWfsOptionsGroupBox );
}
else
{
txtUrl->setToolTip( tr( "HTTP address of the WFS service, or landing page of a OGC API service<br>(an ending slash might be needed for some OGC API servers)" ) );
}

if ( mTypes & ConnectionWcs )
{
Expand Down

0 comments on commit 2abcb9c

Please sign in to comment.