Add missing goog.require('ol')

This commit is contained in:
Frederic Junod
2016-08-15 09:49:04 +02:00
parent 793ec85b9d
commit d4ad9ad616
60 changed files with 61 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
goog.provide('ol.format.EsriJSON');
goog.require('ol');
goog.require('ol.Feature');
goog.require('ol.array');
goog.require('ol.asserts');
+1
View File
@@ -3,6 +3,7 @@
goog.provide('ol.format.GeoJSON');
goog.require('ol');
goog.require('ol.asserts');
goog.require('ol.Feature');
goog.require('ol.format.Feature');
+1
View File
@@ -1,5 +1,6 @@
goog.provide('ol.format.GML2');
goog.require('ol');
goog.require('ol.extent');
goog.require('ol.format.GMLBase');
goog.require('ol.format.XSD');
+1
View File
@@ -3,6 +3,7 @@
// envelopes/extents, only geometries!
goog.provide('ol.format.GMLBase');
goog.require('ol');
goog.require('ol.array');
goog.require('ol.Feature');
goog.require('ol.format.Feature');
+1
View File
@@ -1,5 +1,6 @@
goog.provide('ol.format.GPX');
goog.require('ol');
goog.require('ol.Feature');
goog.require('ol.array');
goog.require('ol.format.Feature');
+1
View File
@@ -1,6 +1,7 @@
goog.provide('ol.format.IGC');
goog.provide('ol.format.IGCZ');
goog.require('ol');
goog.require('ol.Feature');
goog.require('ol.format.Feature');
goog.require('ol.format.TextFeature');
+1
View File
@@ -1,5 +1,6 @@
goog.provide('ol.format.JSONFeature');
goog.require('ol');
goog.require('ol.format.Feature');
goog.require('ol.format.FormatType');
+1
View File
@@ -2,6 +2,7 @@
goog.provide('ol.format.MVT');
goog.require('ol');
goog.require('ol.ext.pbf');
goog.require('ol.ext.vectortile');
goog.require('ol.format.Feature');
+1
View File
@@ -1,6 +1,7 @@
// FIXME add typedef for stack state objects
goog.provide('ol.format.OSMXML');
goog.require('ol');
goog.require('ol.array');
goog.require('ol.Feature');
goog.require('ol.format.Feature');
+1
View File
@@ -1,5 +1,6 @@
goog.provide('ol.format.OWS');
goog.require('ol');
goog.require('ol.format.XLink');
goog.require('ol.format.XML');
goog.require('ol.format.XSD');
+1
View File
@@ -1,5 +1,6 @@
goog.provide('ol.format.Polyline');
goog.require('ol');
goog.require('ol.asserts');
goog.require('ol.Feature');
goog.require('ol.format.Feature');
+1
View File
@@ -1,5 +1,6 @@
goog.provide('ol.format.TextFeature');
goog.require('ol');
goog.require('ol.format.Feature');
goog.require('ol.format.FormatType');
+1
View File
@@ -1,5 +1,6 @@
goog.provide('ol.format.TopoJSON');
goog.require('ol');
goog.require('ol.Feature');
goog.require('ol.format.Feature');
goog.require('ol.format.JSONFeature');
+1
View File
@@ -1,5 +1,6 @@
goog.provide('ol.format.WMSGetFeatureInfo');
goog.require('ol');
goog.require('ol.array');
goog.require('ol.format.GML2');
goog.require('ol.format.XMLFeature');
+1
View File
@@ -1,5 +1,6 @@
goog.provide('ol.format.WMTSCapabilities');
goog.require('ol');
goog.require('ol.extent');
goog.require('ol.format.OWS');
goog.require('ol.format.XLink');
+1
View File
@@ -1,5 +1,6 @@
goog.provide('ol.format.XMLFeature');
goog.require('ol');
goog.require('ol.array');
goog.require('ol.format.Feature');
goog.require('ol.format.FormatType');