Merge pull request #13673 from ahocevar/getclipcoords-null

Add  null return type
This commit is contained in:
Andreas Hocevar
2022-05-13 19:56:14 +02:00
committed by GitHub

View File

@@ -287,7 +287,7 @@ class ExecutorGroup {
/**
* @param {import("../../transform.js").Transform} transform Transform.
* @return {Array<number>} Clip coordinates.
* @return {Array<number>|null} Clip coordinates.
*/
getClipCoords(transform) {
const maxExtent = this.maxExtent_;