Skip to content

Commit

Permalink
const
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed May 21, 2019
1 parent 0384f23 commit 69e0224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsrenderer.cpp
Expand Up @@ -2840,7 +2840,7 @@ namespace QgsWms
}
else
{
double defaultMapUnitsPerPixel = QgsServerProjectUtils::wmsDefaultMapUnitsPerMm( *mContext.project() ) / mContext.dotsPerMm();
const double defaultMapUnitsPerPixel = QgsServerProjectUtils::wmsDefaultMapUnitsPerMm( *mContext.project() ) / mContext.dotsPerMm();
settings.setMapUnitsPerPixel( defaultMapUnitsPerPixel );
}

Expand Down

0 comments on commit 69e0224

Please sign in to comment.