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

Added support for Trekbuddy atlases

This commit is contained in:
2017-03-26 15:32:55 +02:00
parent bd23120c2c
commit bde3c8cc3d
7 changed files with 335 additions and 13 deletions

View File

@ -32,6 +32,8 @@ public:
QPointF toMercator() const;
static Coordinates fromMercator(const QPointF &m);
QPointF toPointF() const {return QPointF(_lon, _lat);}
private:
qreal _lat, _lon;
};