Dependencies
This commit is contained in:
@@ -8,7 +8,6 @@ goog.require('ol.parser.KML');
|
|||||||
goog.require('ol.source.Stamen');
|
goog.require('ol.source.Stamen');
|
||||||
goog.require('ol.source.Vector');
|
goog.require('ol.source.Vector');
|
||||||
goog.require('ol.style.Fill');
|
goog.require('ol.style.Fill');
|
||||||
goog.require('ol.style.Rule');
|
|
||||||
goog.require('ol.style.Stroke');
|
goog.require('ol.style.Stroke');
|
||||||
goog.require('ol.style.Style');
|
goog.require('ol.style.Style');
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ goog.require('ol.parser.TopoJSON');
|
|||||||
goog.require('ol.source.TileJSON');
|
goog.require('ol.source.TileJSON');
|
||||||
goog.require('ol.source.Vector');
|
goog.require('ol.source.Vector');
|
||||||
goog.require('ol.style.Fill');
|
goog.require('ol.style.Fill');
|
||||||
goog.require('ol.style.Rule');
|
|
||||||
goog.require('ol.style.Stroke');
|
goog.require('ol.style.Stroke');
|
||||||
goog.require('ol.style.Style');
|
goog.require('ol.style.Style');
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
goog.provide('ol.style.Fill');
|
goog.provide('ol.style.Fill');
|
||||||
|
|
||||||
goog.require('goog.asserts');
|
goog.require('goog.asserts');
|
||||||
|
goog.require('ol.Feature');
|
||||||
goog.require('ol.expr');
|
goog.require('ol.expr');
|
||||||
goog.require('ol.expr.Expression');
|
goog.require('ol.expr.Expression');
|
||||||
goog.require('ol.expr.Literal');
|
goog.require('ol.expr.Literal');
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
goog.provide('ol.style.Icon');
|
goog.provide('ol.style.Icon');
|
||||||
|
|
||||||
goog.require('goog.asserts');
|
goog.require('goog.asserts');
|
||||||
|
goog.require('ol.Feature');
|
||||||
goog.require('ol.expr');
|
goog.require('ol.expr');
|
||||||
goog.require('ol.expr.Expression');
|
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.Point');
|
goog.require('ol.style.Point');
|
||||||
goog.require('ol.style.PointLiteral');
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
goog.provide('ol.style.Shape');
|
goog.provide('ol.style.Shape');
|
||||||
|
|
||||||
goog.require('goog.asserts');
|
goog.require('goog.asserts');
|
||||||
|
goog.require('ol.Feature');
|
||||||
goog.require('ol.expr');
|
goog.require('ol.expr');
|
||||||
goog.require('ol.expr.Expression');
|
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.Fill');
|
goog.require('ol.style.Fill');
|
||||||
goog.require('ol.style.Point');
|
goog.require('ol.style.Point');
|
||||||
goog.require('ol.style.PointLiteral');
|
|
||||||
goog.require('ol.style.ShapeLiteral');
|
goog.require('ol.style.ShapeLiteral');
|
||||||
goog.require('ol.style.ShapeType');
|
goog.require('ol.style.ShapeType');
|
||||||
goog.require('ol.style.Stroke');
|
goog.require('ol.style.Stroke');
|
||||||
|
|||||||
@@ -2,12 +2,13 @@ goog.provide('ol.style.Stroke');
|
|||||||
goog.provide('ol.style.StrokeDefaults');
|
goog.provide('ol.style.StrokeDefaults');
|
||||||
|
|
||||||
goog.require('goog.asserts');
|
goog.require('goog.asserts');
|
||||||
|
goog.require('ol.Feature');
|
||||||
goog.require('ol.expr');
|
goog.require('ol.expr');
|
||||||
goog.require('ol.expr.Expression');
|
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.LineLiteral');
|
goog.require('ol.style.LineLiteral');
|
||||||
goog.require('ol.style.Literal');
|
goog.require('ol.style.PolygonLiteral');
|
||||||
goog.require('ol.style.Symbolizer');
|
goog.require('ol.style.Symbolizer');
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
goog.provide('ol.style.Text');
|
goog.provide('ol.style.Text');
|
||||||
|
|
||||||
goog.require('goog.asserts');
|
goog.require('goog.asserts');
|
||||||
|
goog.require('ol.Feature');
|
||||||
goog.require('ol.expr');
|
goog.require('ol.expr');
|
||||||
goog.require('ol.expr.Expression');
|
goog.require('ol.expr.Expression');
|
||||||
goog.require('ol.expr.Literal');
|
goog.require('ol.expr.Literal');
|
||||||
|
|||||||
@@ -346,6 +346,8 @@ goog.require('ol.geom.Point');
|
|||||||
goog.require('ol.geom.Polygon');
|
goog.require('ol.geom.Polygon');
|
||||||
goog.require('ol.parser.KML');
|
goog.require('ol.parser.KML');
|
||||||
goog.require('ol.style.Fill');
|
goog.require('ol.style.Fill');
|
||||||
|
goog.require('ol.style.Icon');
|
||||||
|
goog.require('ol.style.IconLiteral');
|
||||||
goog.require('ol.style.LineLiteral');
|
goog.require('ol.style.LineLiteral');
|
||||||
goog.require('ol.style.PolygonLiteral');
|
goog.require('ol.style.PolygonLiteral');
|
||||||
goog.require('ol.style.Stroke');
|
goog.require('ol.style.Stroke');
|
||||||
|
|||||||
@@ -91,3 +91,4 @@ describe('ol.style.ShapeLiteral', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
goog.require('ol.style.ShapeLiteral');
|
goog.require('ol.style.ShapeLiteral');
|
||||||
|
goog.require('ol.style.ShapeType');
|
||||||
|
|||||||
@@ -196,7 +196,6 @@ goog.require('ol.Feature');
|
|||||||
goog.require('ol.geom.GeometryType');
|
goog.require('ol.geom.GeometryType');
|
||||||
goog.require('ol.geom.Point');
|
goog.require('ol.geom.Point');
|
||||||
goog.require('ol.expr');
|
goog.require('ol.expr');
|
||||||
goog.require('ol.expr.Literal');
|
|
||||||
goog.require('ol.style.Fill');
|
goog.require('ol.style.Fill');
|
||||||
goog.require('ol.style.Shape');
|
goog.require('ol.style.Shape');
|
||||||
goog.require('ol.style.ShapeLiteral');
|
goog.require('ol.style.ShapeLiteral');
|
||||||
|
|||||||
@@ -186,5 +186,6 @@ goog.require('ol.Feature');
|
|||||||
goog.require('ol.expr');
|
goog.require('ol.expr');
|
||||||
goog.require('ol.expr.Literal');
|
goog.require('ol.expr.Literal');
|
||||||
goog.require('ol.geom.GeometryType');
|
goog.require('ol.geom.GeometryType');
|
||||||
|
goog.require('ol.geom.LineString');
|
||||||
goog.require('ol.style.Stroke');
|
goog.require('ol.style.Stroke');
|
||||||
goog.require('ol.style.LineLiteral');
|
goog.require('ol.style.LineLiteral');
|
||||||
|
|||||||
@@ -280,12 +280,17 @@ describe('ol.style.Style', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
goog.require('ol.Feature');
|
goog.require('ol.Feature');
|
||||||
|
goog.require('ol.expr');
|
||||||
goog.require('ol.geom.LineString');
|
goog.require('ol.geom.LineString');
|
||||||
goog.require('ol.geom.Point');
|
goog.require('ol.geom.Point');
|
||||||
goog.require('ol.geom.Polygon');
|
goog.require('ol.geom.Polygon');
|
||||||
|
goog.require('ol.style.Fill');
|
||||||
|
goog.require('ol.style.LineLiteral');
|
||||||
goog.require('ol.style.PolygonLiteral');
|
goog.require('ol.style.PolygonLiteral');
|
||||||
goog.require('ol.style.Rule');
|
goog.require('ol.style.Rule');
|
||||||
goog.require('ol.style.Shape');
|
goog.require('ol.style.Shape');
|
||||||
goog.require('ol.style.ShapeLiteral');
|
goog.require('ol.style.ShapeLiteral');
|
||||||
|
goog.require('ol.style.Stroke');
|
||||||
|
goog.require('ol.style.StrokeDefaults');
|
||||||
goog.require('ol.style.Style');
|
goog.require('ol.style.Style');
|
||||||
goog.require('ol.style.TextLiteral');
|
goog.require('ol.style.TextLiteral');
|
||||||
|
|||||||
Reference in New Issue
Block a user