make context options available to renderer

This commit is contained in:
mike-000
2020-04-02 20:10:07 +01:00
committed by GitHub
parent 0ba659b6af
commit 5c848ac1b9

View File

@@ -167,6 +167,13 @@ class TileSource extends Source {
return covered;
}
/**
* @return {Object|undefined} Context options.
*/
getContextOptions() {
return undefined;
}
/**
* @param {import("../proj/Projection.js").default} projection Projection.
* @return {number} Gutter.