Add help link for OWS Server tab

This commit is contained in:
Harrissou Sant-anna 2017-09-06 10:59:54 +02:00 committed by Matthias Kuhn
parent 02c43445ce
commit 59d758280e

View File

@ -1999,5 +1999,9 @@ void QgsProjectProperties::showHelp()
{
link = QStringLiteral( "working_with_projections/working_with_projections.html" );
}
else if ( activeTab == mProjOptsOWS )
{
link = QStringLiteral( "working_with_ogc/server/getting_started.html#prepare-a-project-to-serve" );
}
QgsHelp::openHelp( link );
}