From 05f1da24d738d052ea4f5f656c849680976fb80a Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 31 May 2021 14:25:01 -0600 Subject: [PATCH] Mark origin as optional --- src/ol/format/KML.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/format/KML.js b/src/ol/format/KML.js index e2c9e0dd2a..977a6dce3f 100644 --- a/src/ol/format/KML.js +++ b/src/ol/format/KML.js @@ -60,7 +60,7 @@ import {transformGeometryWithOptions} from './Feature.js'; * @property {import("../style/IconAnchorUnits").default} xunits Units of x. * @property {number} y Y coordinate. * @property {import("../style/IconAnchorUnits").default} yunits Units of Y. - * @property {import("../style/IconOrigin.js").default} origin Origin. + * @property {import("../style/IconOrigin.js").default} [origin] Origin. */ /**