Skip to content

Commit

Permalink
Merge pull request #9826 from rldhont/fix-server-wmts-serviceurl
Browse files Browse the repository at this point in the history
[Bugfix][Server] WMTS: read the service url from project
  • Loading branch information
rldhont committed Apr 18, 2019
2 parents 0f16609 + fc3401c commit bca78c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsserverprojectutils.cpp
Expand Up @@ -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( "/" ), "" );
}

0 comments on commit bca78c0

Please sign in to comment.