Skip to content

Commit fc3401c

Browse files
committedApr 18, 2019
[Bugfix][Server] WMTS: read the service url from project
It is a typo fix
1 parent 0f16609 commit fc3401c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/server/qgsserverprojectutils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,5 +345,5 @@ QStringList QgsServerProjectUtils::wcsLayerIds( const QgsProject &project )
345345

346346
QString QgsServerProjectUtils::wmtsServiceUrl( const QgsProject &project )
347347
{
348-
return project.readEntry( QStringLiteral( "WMTSSUrl" ), QStringLiteral( "/" ), "" );
348+
return project.readEntry( QStringLiteral( "WMTSUrl" ), QStringLiteral( "/" ), "" );
349349
}

0 commit comments

Comments
 (0)
Please sign in to comment.