1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-10 01:04:27 +02:00

Fixed AQM maps display with "world-level" tiles

+ code cleanup
This commit is contained in:
2021-02-09 20:09:14 +01:00
parent 946f30f696
commit c4599e6c4c
6 changed files with 42 additions and 27 deletions

View File

@ -18,6 +18,7 @@ public:
QString name() const {return _name;}
QRectF bounds();
RectC llBounds() {return _bounds;}
qreal resolution(const QRectF &rect);
int zoom() const {return _zoom;}