Get rid of useless test exports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.BingMaps');
|
||||
|
||||
|
||||
goog.require('ol.net');
|
||||
goog.require('ol.source.BingMaps');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.CartoDBSource');
|
||||
|
||||
|
||||
goog.require('ol.source.CartoDB');
|
||||
goog.require('ol.source.XYZ');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.ClusterSource');
|
||||
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.geom.LineString');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.ImageArcGISRest');
|
||||
|
||||
|
||||
goog.require('ol.source.ImageArcGISRest');
|
||||
goog.require('ol.proj');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.ImageStatic');
|
||||
|
||||
|
||||
goog.require('ol.source.ImageStatic');
|
||||
goog.require('ol.proj');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.ImageWMS');
|
||||
|
||||
|
||||
goog.require('ol.source.ImageWMS');
|
||||
goog.require('ol.proj');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.RasterSource');
|
||||
|
||||
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.TileState');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.Source');
|
||||
|
||||
|
||||
goog.require('ol.Attribution');
|
||||
goog.require('ol.proj');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.Stamen');
|
||||
|
||||
|
||||
goog.require('ol.source.Stamen');
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.TileSource');
|
||||
goog.provide('ol.test.source.TileSource'); // eslint-disable-line openlayers-internal/valid-provide
|
||||
|
||||
goog.require('ol');
|
||||
goog.require('ol.Tile');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.TileArcGISRest');
|
||||
|
||||
|
||||
goog.require('ol.ImageTile');
|
||||
goog.require('ol.source.TileArcGISRest');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.TileImageSource');
|
||||
|
||||
|
||||
goog.require('ol.ImageTile');
|
||||
goog.require('ol.TileUrlFunction');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.TileJSON');
|
||||
|
||||
|
||||
goog.require('ol.source.Source');
|
||||
goog.require('ol.source.TileJSON');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.TileUTFGrid');
|
||||
|
||||
|
||||
goog.require('ol.proj');
|
||||
goog.require('ol.source.Tile');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.TileWMS');
|
||||
|
||||
|
||||
goog.require('ol.ImageTile');
|
||||
goog.require('ol.proj');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.UrlTile');
|
||||
|
||||
|
||||
goog.require('ol.proj');
|
||||
goog.require('ol.source.UrlTile');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.Vector');
|
||||
|
||||
|
||||
goog.require('ol.events');
|
||||
goog.require('ol.Collection');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.VectorTile');
|
||||
|
||||
|
||||
goog.require('ol.VectorImageTile');
|
||||
goog.require('ol.VectorTile');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.WMTS');
|
||||
|
||||
|
||||
goog.require('ol.format.WMTSCapabilities');
|
||||
goog.require('ol.proj');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.XYZ');
|
||||
|
||||
|
||||
goog.require('ol.source.Tile');
|
||||
goog.require('ol.source.TileImage');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.source.Zoomify');
|
||||
|
||||
|
||||
goog.require('ol.dom');
|
||||
goog.require('ol.events');
|
||||
|
||||
Reference in New Issue
Block a user