make context options available to renderer

This commit is contained in:
mike-000
2020-04-02 20:09:58 +01:00
committed by GitHub
parent 1cd4d37c45
commit 0ba659b6af

View File

@@ -175,6 +175,13 @@ class TileImage extends UrlTile {
}
}
/**
* @inheritDoc
*/
getContextOptions() {
return this.contextOptions_;
}
/**
* @inheritDoc
*/