Adding exports for icon and feature

This commit is contained in:
ahocevar
2013-03-06 12:49:06 +01:00
parent 345bb55f98
commit 2147674e2f
3 changed files with 9 additions and 10 deletions

View File

@@ -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

View File

@@ -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