MapViewTileProviderBase add cacheDir()
This commit is contained in:
@@ -58,6 +58,11 @@ QSize MapViewTileProvider_MapTiler::tileSize() {
|
||||
}
|
||||
|
||||
|
||||
QString MapViewTileProvider_MapTiler::cacheDir() const {
|
||||
return name() + "/" + tileset;
|
||||
}
|
||||
|
||||
|
||||
void MapViewTileProvider_MapTiler::applyParameters() {
|
||||
url = PI2QString(getParameters().childValue("url").toString());
|
||||
key = PI2QString(getParameters().childValue("key").toString());
|
||||
|
||||
Reference in New Issue
Block a user