fix return type

This commit is contained in:
mike-000
2020-04-04 14:00:20 +01:00
committed by GitHub
parent d8cbda18a7
commit a1dd9cacf7

View File

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