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

Added support for raster polygon backgrounds

This commit is contained in:
2021-01-25 21:37:07 +01:00
parent 6ba7493b59
commit bf613f1b6d
9 changed files with 150 additions and 20 deletions

View File

@ -9,6 +9,7 @@
#include "common/rtree.h"
#include "common/range.h"
#include "label.h"
#include "raster.h"
class Style;
class SubDiv;
@ -25,6 +26,7 @@ public:
parallel. */
QVector<QPointF> points;
Label label;
Raster raster;
quint32 type;
RectC boundingRect;