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

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