Add rotation to RegularShapeOptions (#23925)

Add rotation to RegularShapeOptions
This commit is contained in:
peszek90
2018-02-26 17:21:05 +01:00
committed by Andy
parent fda3aeee06
commit fb314c3842

View File

@@ -14392,6 +14392,7 @@ declare module olx {
angle?: number;
snapToPixel?: boolean;
stroke?: ol.style.Stroke;
rotation?: number;
}