No such thing as IconType
This commit is contained in:
@@ -5,6 +5,5 @@
|
|||||||
@exportClass ol.style.Stroke ol.style.StrokeOptions
|
@exportClass ol.style.Stroke ol.style.StrokeOptions
|
||||||
@exportClass ol.style.Style ol.style.StyleOptions
|
@exportClass ol.style.Style ol.style.StyleOptions
|
||||||
@exportClass ol.style.Text ol.style.TextOptions
|
@exportClass ol.style.Text ol.style.TextOptions
|
||||||
@exportSymbol ol.style.IconType
|
|
||||||
@exportSymbol ol.style.ShapeType
|
@exportSymbol ol.style.ShapeType
|
||||||
@exportProperty ol.style.ShapeType.CIRCLE
|
@exportProperty ol.style.ShapeType.CIRCLE
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
goog.provide('ol.style.IconLiteral');
|
goog.provide('ol.style.IconLiteral');
|
||||||
goog.provide('ol.style.IconType');
|
|
||||||
|
|
||||||
goog.require('ol.style.PointLiteral');
|
goog.require('ol.style.PointLiteral');
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ goog.require('ol.expr.Expression');
|
|||||||
goog.require('ol.expr.Literal');
|
goog.require('ol.expr.Literal');
|
||||||
goog.require('ol.geom.GeometryType');
|
goog.require('ol.geom.GeometryType');
|
||||||
goog.require('ol.style.IconLiteral');
|
goog.require('ol.style.IconLiteral');
|
||||||
goog.require('ol.style.IconType');
|
|
||||||
goog.require('ol.style.Point');
|
goog.require('ol.style.Point');
|
||||||
goog.require('ol.style.PointLiteral');
|
goog.require('ol.style.PointLiteral');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user