MapViewTileProviderBase add cacheDir()
This commit is contained in:
@@ -3,11 +3,17 @@
|
||||
|
||||
void MapViewTileProviderBase::setParameters(const PIValueTree & vt) {
|
||||
parameters.applyValues(vt);
|
||||
applyParameters();
|
||||
applyParametersIntenal();
|
||||
}
|
||||
|
||||
|
||||
void MapViewTileProviderBase::initParameters(const PIValueTree & vt) {
|
||||
parameters = vt;
|
||||
applyParameters();
|
||||
applyParametersIntenal();
|
||||
}
|
||||
|
||||
|
||||
void MapViewTileProviderBase::applyParametersIntenal() {
|
||||
applyParameters();
|
||||
emit parametersChanged();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user