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:
@ -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)
|
||||
|
Reference in New Issue
Block a user