1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-28 12:09:15 +02:00

Added polygon labels rendering

This commit is contained in:
2021-04-11 11:37:43 +02:00
parent 983e68b880
commit a42709e6a2
5 changed files with 83 additions and 11 deletions

View File

@ -136,7 +136,7 @@ static qreal area(const QVector<QPointF> &polygon)
}
area /= 2.0;
return area;
return area;
}
static QPointF centroid(const QVector<QPointF> &polygon)