@@ -177,15 +177,15 @@ class TileImage extends UrlTile {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {import("../proj/Projection.js").default} projection Projection.
|
* @return {Object|undefined} Context options.
|
||||||
* @return {number} Gutter.
|
|
||||||
*/
|
*/
|
||||||
getContextOptions() {
|
getContextOptions() {
|
||||||
return this.contextOptions_;
|
return this.contextOptions_;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* @param {import("../proj/Projection.js").default} projection Projection.
|
||||||
|
* @return {number} Gutter.
|
||||||
*/
|
*/
|
||||||
getGutterForProjection(projection) {
|
getGutterForProjection(projection) {
|
||||||
if (ENABLE_RASTER_REPROJECTION &&
|
if (ENABLE_RASTER_REPROJECTION &&
|
||||||
|
|||||||
Reference in New Issue
Block a user