No such thing as IconType

This commit is contained in:
Tim Schaub
2013-08-15 13:57:36 -04:00
parent af1cd64018
commit 4e053c4c0a
3 changed files with 0 additions and 3 deletions

View File

@@ -5,6 +5,5 @@
@exportClass ol.style.Stroke ol.style.StrokeOptions
@exportClass ol.style.Style ol.style.StyleOptions
@exportClass ol.style.Text ol.style.TextOptions
@exportSymbol ol.style.IconType
@exportSymbol ol.style.ShapeType
@exportProperty ol.style.ShapeType.CIRCLE

View File

@@ -1,5 +1,4 @@
goog.provide('ol.style.IconLiteral');
goog.provide('ol.style.IconType');
goog.require('ol.style.PointLiteral');

View File

@@ -6,7 +6,6 @@ goog.require('ol.expr.Expression');
goog.require('ol.expr.Literal');
goog.require('ol.geom.GeometryType');
goog.require('ol.style.IconLiteral');
goog.require('ol.style.IconType');
goog.require('ol.style.Point');
goog.require('ol.style.PointLiteral');