Skip to content

Commit

Permalink
Merge pull request #39806 from qgis-bot/backport-39803-to-release-3_16
Browse files Browse the repository at this point in the history
[Backport release-3_16] fix webp rendering in server
  • Loading branch information
m-kuhn committed Nov 4, 2020
2 parents c662273 + b2da658 commit fd9b11d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/services/wms/qgswmsutils.cpp
Expand Up @@ -152,6 +152,7 @@ namespace QgsWms
saveFormat = "JPEG";
break;
case WEBP:
result = img;
contentType = QStringLiteral( "image/webp" );
saveFormat = QStringLiteral( "WEBP" );
break;
Expand Down

0 comments on commit fd9b11d

Please sign in to comment.