version 2.21.1

Map download API
mapviewer download feature
This commit is contained in:
2023-11-11 23:01:21 +03:00
parent 9f3a54bbb9
commit d200dbdab5
14 changed files with 373 additions and 77 deletions

View File

@@ -50,6 +50,9 @@ public:
void tileDownloaded(OSM::TileIndex index, const QPixmap & pixmap);
OSM::TilePixmap getTile(OSM::TileIndex index, QRectF & rect_src);
QString cacheRoot() const { return cache_root; }
void setCacheRoot(const QString & p);
private:
OSM::TilePixmap getTileFromCache(OSM::TileIndex index);
void updateCacheSize();