From fb314c384208f1d1780ef3c43dc20fd31a2a19a5 Mon Sep 17 00:00:00 2001 From: peszek90 <36853408+peszek90@users.noreply.github.com> Date: Mon, 26 Feb 2018 17:21:05 +0100 Subject: [PATCH] Add rotation to RegularShapeOptions (#23925) Add rotation to RegularShapeOptions --- types/openlayers/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/openlayers/index.d.ts b/types/openlayers/index.d.ts index b7073bcda2..8a711771fa 100644 --- a/types/openlayers/index.d.ts +++ b/types/openlayers/index.d.ts @@ -14392,6 +14392,7 @@ declare module olx { angle?: number; snapToPixel?: boolean; stroke?: ol.style.Stroke; + rotation?: number; }