make context options available to renderer
This commit is contained in:
@@ -167,6 +167,13 @@ class TileSource extends Source {
|
|||||||
return covered;
|
return covered;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return {Object|undefined} Context options.
|
||||||
|
*/
|
||||||
|
getContextOptions() {
|
||||||
|
return undefined;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {import("../proj/Projection.js").default} projection Projection.
|
* @param {import("../proj/Projection.js").default} projection Projection.
|
||||||
* @return {number} Gutter.
|
* @return {number} Gutter.
|
||||||
|
|||||||
Reference in New Issue
Block a user