Skip to content

Commit

Permalink
fix server
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 2, 2017
1 parent e3efc2c commit c5ba49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsrenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2875,7 +2875,7 @@ namespace QgsWms
case QgsWkbTypes::PolygonGeometry:
{
QgsGeometry point = param.mGeom.pointOnSurface();
QgsPoint pt = point.asPoint();
QgsPointXY pt = point.asPoint();
placement = QgsPalLayerSettings::AroundPoint;

QgsPalLayerSettings::Property pX = QgsPalLayerSettings::PositionX;
Expand Down

0 comments on commit c5ba49f

Please sign in to comment.