We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a06fb commit 5e2f790Copy full SHA for 5e2f790
src/server/qgsserverprojectutils.cpp
@@ -335,5 +335,5 @@ QStringList QgsServerProjectUtils::wcsLayerIds( const QgsProject &project )
335
336
QString QgsServerProjectUtils::wmtsServiceUrl( const QgsProject &project )
337
{
338
- return project.readEntry( QStringLiteral( "WMTSSUrl" ), QStringLiteral( "/" ), "" );
+ return project.readEntry( QStringLiteral( "WMTSUrl" ), QStringLiteral( "/" ), "" );
339
}
0 commit comments