Export ol.style.Stroke
This commit is contained in:
@@ -635,6 +635,13 @@
|
|||||||
* rotated with the view or not.
|
* rotated with the view or not.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @typedef {Object} ol.style.StrokeOptions
|
||||||
|
* @property {ol.Color|string} color Color.
|
||||||
|
* @property {number} width Width.
|
||||||
|
* @todo stability experimental
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {Object} ol.tilegrid.TileGridOptions
|
* @typedef {Object} ol.tilegrid.TileGridOptions
|
||||||
* @property {number|undefined} minZoom Minimum zoom.
|
* @property {number|undefined} minZoom Minimum zoom.
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
@exportClass ol.style.Stroke ol.style.StrokeOptions
|
||||||
@@ -3,13 +3,6 @@ goog.provide('ol.style.Stroke');
|
|||||||
goog.require('ol.color');
|
goog.require('ol.color');
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @typedef {{color: (ol.Color|string),
|
|
||||||
* width: number}}
|
|
||||||
*/
|
|
||||||
ol.style.StrokeOptions;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
|
|||||||
Reference in New Issue
Block a user