Get rid of useless test exports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.reader.EsriJSON');
|
||||
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.extent');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.reader.GeoJSON');
|
||||
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.extent');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.format.GML');
|
||||
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.format.GML');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.format.GPX');
|
||||
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.format.GPX');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.format.IGC');
|
||||
|
||||
|
||||
goog.require('ol.format.IGC');
|
||||
goog.require('ol.Feature');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.format.KML');
|
||||
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.array');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.format.MVT');
|
||||
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.ext.PBF');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.format.OSMXML');
|
||||
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.format.OSMXML');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.format.OWS');
|
||||
|
||||
|
||||
goog.require('ol.format.OWS');
|
||||
goog.require('ol.xml');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.format.Polyline');
|
||||
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.format.Polyline');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.format.TopoJSON');
|
||||
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.geom.MultiPolygon');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.format.WFS');
|
||||
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.format.GML2');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.format.WKT');
|
||||
|
||||
|
||||
goog.require('ol.Feature');
|
||||
goog.require('ol.geom.Point');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.format.WMSCapabilities');
|
||||
|
||||
|
||||
goog.require('ol.format.WMSCapabilities');
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.format.WMSGetFeatureInfo');
|
||||
|
||||
|
||||
goog.require('ol.format.WMSGetFeatureInfo');
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.format.WMTSCapabilities');
|
||||
|
||||
|
||||
goog.require('ol.format.WMTSCapabilities');
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
goog.provide('ol.test.XSD');
|
||||
|
||||
|
||||
goog.require('ol.format.XSD');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user