Merge pull request #5806 from fredj/rotateWithView_olx

Fix olx.style.TextOptions.rotateWithView option in externs
This commit is contained in:
Frédéric Junod
2016-08-30 10:49:48 +02:00
committed by GitHub

View File

@@ -6905,14 +6905,6 @@ olx.style.RegularShapeOptions.prototype.snapToPixel;
olx.style.RegularShapeOptions.prototype.stroke;
/**
* Whether to rotate the text with the view. Default is `false`.
* @type {boolean|undefined}
* @api
*/
olx.style.TextOptions.prototype.rotateWithView;
/**
* Rotation in radians (positive rotation clockwise). Default is `0`.
* @type {number|undefined}
@@ -7057,6 +7049,14 @@ olx.style.TextOptions.prototype.offsetY;
olx.style.TextOptions.prototype.scale;
/**
* Whether to rotate the text with the view. Default is `false`.
* @type {boolean|undefined}
* @api
*/
olx.style.TextOptions.prototype.rotateWithView;
/**
* Rotation in radians (positive rotation clockwise). Default is `0`.
* @type {number|undefined}