Skip to content

Commit

Permalink
Update src/server/services/wms/qgswmsrenderer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
elpaso and m-kuhn committed Jan 22, 2021
1 parent e40e163 commit 0c581a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/server/services/wms/qgswmsrenderer.cpp
Expand Up @@ -2470,8 +2470,7 @@ namespace QgsWms
{
try
{
const QgsRectangle transformedBox = transform.transformBoundingBox( box );
box = transformedBox;
box = transform.transformBoundingBox( box );
}
catch ( QgsCsException &e )
{
Expand Down

0 comments on commit 0c581a8

Please sign in to comment.