Adding exports for icon and feature
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
@exportClass ol.style.Icon ol.style.IconOptions
|
||||
@exportClass ol.style.Line ol.style.LineOptions
|
||||
@exportClass ol.style.Polygon ol.style.PolygonOptions
|
||||
@exportClass ol.style.Rule ol.style.RuleOptions
|
||||
@exportClass ol.style.Shape ol.style.ShapeOptions
|
||||
@exportClass ol.style.Style ol.style.StyleOptions
|
||||
@exportSymbol ol.style.IconType
|
||||
@exportSymbol ol.style.ShapeType
|
||||
@exportProperty ol.style.ShapeType.CIRCLE
|
||||
|
||||
@@ -57,16 +57,6 @@ ol.style.IconLiteral.prototype.equals = function(iconLiteral) {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{url: (string|ol.Expression),
|
||||
* width: (number|ol.Expression|undefined),
|
||||
* height: (number|ol.Expression|undefined),
|
||||
* opacity: (number|ol.Expression|undefined),
|
||||
* rotation: (number|ol.Expression|undefined)}}
|
||||
*/
|
||||
ol.style.IconOptions;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
|
||||
Reference in New Issue
Block a user