Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #9830 from qgis/backport-9826-to-release-3_4
Browse files Browse the repository at this point in the history
[Backport release-3_4] [Bugfix][Server] WMTS: read the service url from project
  • Loading branch information
rldhont committed Apr 18, 2019
2 parents 54a06fb + 5e2f790 commit d16bf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsserverprojectutils.cpp
Expand Up @@ -335,5 +335,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 d16bf3f

Please sign in to comment.