Skip to content

Commit 5e2f790

Browse files
committed
[Bugfix][Server] WMTS: read the service url from project
It is a typo fix
1 parent 54a06fb commit 5e2f790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/qgsserverprojectutils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,5 +335,5 @@ QStringList QgsServerProjectUtils::wcsLayerIds( const QgsProject &project )
335335

336336
QString QgsServerProjectUtils::wmtsServiceUrl( const QgsProject &project )
337337
{
338-
return project.readEntry( QStringLiteral( "WMTSSUrl" ), QStringLiteral( "/" ), "" );
338+
return project.readEntry( QStringLiteral( "WMTSUrl" ), QStringLiteral( "/" ), "" );
339339
}

0 commit comments

Comments
 (0)