mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
Add help link for OWS Server tab
This commit is contained in:
parent
02c43445ce
commit
59d758280e
@ -1999,5 +1999,9 @@ void QgsProjectProperties::showHelp()
|
|||||||
{
|
{
|
||||||
link = QStringLiteral( "working_with_projections/working_with_projections.html" );
|
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 );
|
QgsHelp::openHelp( link );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user