Skip to content

Commit

Permalink
Merge pull request #9831 from qgis/backport-9826-to-release-3_6
Browse files Browse the repository at this point in the history
[Backport release-3_6] [Bugfix][Server] WMTS: read the service url from project
  • Loading branch information
rldhont committed Apr 18, 2019
2 parents c95f0eb + 6a94271 commit 79ef3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsserverprojectutils.cpp
Expand Up @@ -340,5 +340,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( "/" ), "" );
}

0 comments on commit 79ef3ea

Please sign in to comment.