PIQt now provide PICout << operators for Qt types

MapView::setTileObsoleteTime() method. You can set maximum lifetime for tile, after that it will be redownloaded
This commit is contained in:
2024-09-28 09:15:25 +03:00
parent 2eacbfbfc1
commit dd4695780d
7 changed files with 128 additions and 6 deletions

View File

@@ -61,6 +61,8 @@ public:
QString cachePath() const;
void setCachePath(const QString & p);
void setTileObsoleteTime(int secs);
void downloadCurrentView(int target_zoom_level = 17, bool only_new = true);
protected: