MapViewTileProviderBase add cacheDir()

This commit is contained in:
2025-03-18 15:17:14 +03:00
parent 347104d512
commit a0f2d80b4f
7 changed files with 26 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ public:
QString name() const override;
bool requestTile(OSM::TileIndex index) override;
QSize tileSize() override;
QString cacheDir() const override;
protected:
void applyParameters() override;