diff --git a/src/ol/PluggableMap.js b/src/ol/PluggableMap.js index 02465ff092..5e95f78549 100644 --- a/src/ol/PluggableMap.js +++ b/src/ol/PluggableMap.js @@ -606,7 +606,6 @@ class PluggableMap extends BaseObject { * @param {import("./pixel.js").Pixel} pixel Pixel. * @param {AtPixelOptions=} opt_options Optional options. * @return {boolean} Is there a feature at the given pixel? - * @template U * @api */ hasFeatureAtPixel(pixel, opt_options) {