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:
@ -14,7 +14,7 @@ public:
|
||||
QString toString() const;
|
||||
|
||||
private:
|
||||
QList<KV> _list;
|
||||
QList<KV<QString, QString> > _list;
|
||||
ImageInfo _img;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user