diff --git a/src/ol/style/Style.js b/src/ol/style/Style.js index 10ea9a0701..ebb71570bb 100644 --- a/src/ol/style/Style.js +++ b/src/ol/style/Style.js @@ -16,7 +16,7 @@ import Stroke from './Stroke.js'; * vector layer can be styled. If the function returns `undefined`, the * feature will not be rendered. * - * @typedef {function(import("../Feature.js").FeatureLike, number):(Style|Array