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