mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
Merge pull request #9826 from rldhont/fix-server-wmts-serviceurl
[Bugfix][Server] WMTS: read the service url from project
This commit is contained in:
commit
bca78c05c4
@ -345,5 +345,5 @@ QStringList QgsServerProjectUtils::wcsLayerIds( const QgsProject &project )
|
||||
|
||||
QString QgsServerProjectUtils::wmtsServiceUrl( const QgsProject &project )
|
||||
{
|
||||
return project.readEntry( QStringLiteral( "WMTSSUrl" ), QStringLiteral( "/" ), "" );
|
||||
return project.readEntry( QStringLiteral( "WMTSUrl" ), QStringLiteral( "/" ), "" );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user