From 6b9791eeedf4900943b34441ee101ef46be4fcfd Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 20 Feb 2020 11:47:42 +0100 Subject: [PATCH] Fix stylefunction return type --- src/ol/style/Style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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