From 7ed10b9579ccac086e459e2ad2b453ba1eac81b2 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 30 Apr 2018 11:17:25 +0200 Subject: [PATCH] Add missing lineDashOffset to ol/style/RegularShape~RenderOptions typedef --- src/ol/style/RegularShape.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/style/RegularShape.js b/src/ol/style/RegularShape.js index 4093d49220..61ebce4dde 100644 --- a/src/ol/style/RegularShape.js +++ b/src/ol/style/RegularShape.js @@ -40,6 +40,7 @@ import ImageStyle from '../style/Image.js'; * @property {number} size * @property {string} lineCap * @property {Array.} lineDash + * @property {number} lineDashOffset * @property {string} lineJoin * @property {number} miterLimit */