Export ol.style.Fill
This commit is contained in:
@@ -618,6 +618,12 @@
|
|||||||
* @todo stability experimental
|
* @todo stability experimental
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @typedef {Object} ol.style.FillOptions
|
||||||
|
* @property {ol.Color|string} color Color.
|
||||||
|
* @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.
|
||||||
|
|||||||
1
src/ol/style/fillstyle.exports
Normal file
1
src/ol/style/fillstyle.exports
Normal file
@@ -0,0 +1 @@
|
|||||||
|
@exportClass ol.style.Fill ol.style.FillOptions
|
||||||
@@ -3,12 +3,6 @@ goog.provide('ol.style.Fill');
|
|||||||
goog.require('ol.color');
|
goog.require('ol.color');
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @typedef {{color: (ol.Color|string)}}
|
|
||||||
*/
|
|
||||||
ol.style.FillOptions;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
|
|||||||
Reference in New Issue
Block a user