Export ol.style.Fill

This commit is contained in:
Éric Lemoine
2013-11-20 15:21:30 +01:00
parent 16f3d5879e
commit 6e2f907e09
3 changed files with 7 additions and 6 deletions

View File

@@ -618,6 +618,12 @@
* @todo stability experimental
*/
/**
* @typedef {Object} ol.style.FillOptions
* @property {ol.Color|string} color Color.
* @todo stability experimental
*/
/**
* @typedef {Object} ol.tilegrid.TileGridOptions
* @property {number|undefined} minZoom Minimum zoom.

View File

@@ -0,0 +1 @@
@exportClass ol.style.Fill ol.style.FillOptions

View File

@@ -3,12 +3,6 @@ goog.provide('ol.style.Fill');
goog.require('ol.color');
/**
* @typedef {{color: (ol.Color|string)}}
*/
ol.style.FillOptions;
/**
* @constructor