From 4e885181b5fb09f1fe598443e6685a7938b6160e Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Sat, 28 Nov 2020 23:55:25 +0100 Subject: [PATCH] Fix forEachFeatureAtPixel apidoc output --- src/ol/PluggableMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/PluggableMap.js b/src/ol/PluggableMap.js index 48e419254d..7fea5b410d 100644 --- a/src/ol/PluggableMap.js +++ b/src/ol/PluggableMap.js @@ -538,7 +538,7 @@ class PluggableMap extends BaseObject { * callback with each intersecting feature. Layers included in the detection can * be configured through the `layerFilter` option in `opt_options`. * @param {import("./pixel.js").Pixel} pixel Pixel. - * @param {import("./renderer/vector.js").FeatureCallback} callback Feature callback. The callback will be + * @param {function(import("./Feature.js").FeatureLike, import("./layer/Layer.js").default, import("./geom/SimpleGeometry.js").default): T} callback Feature callback. The callback will be * called with two arguments. The first argument is one * {@link module:ol/Feature feature} or * {@link module:ol/render/Feature render feature} at the pixel, the second is