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