1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-18 12:54:23 +02:00

Added support for Geographic 2D projections (coordinate systems) in vector maps

This commit is contained in:
2019-08-01 08:36:58 +02:00
parent 38b62c0121
commit 5f5b391cd9
21 changed files with 109 additions and 98 deletions

View File

@ -14,7 +14,7 @@ public:
QString toString() const;
private:
QList<KV> _list;
QList<KV<QString, QString> > _list;
ImageInfo _img;
};