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
@@ -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');