Add missing goog.require('ol')

This commit is contained in:
Frederic Junod
2016-08-29 09:27:13 +02:00
committed by Tim Schaub
parent 1de3f99123
commit cda8a5a8b7

View File

@@ -1,5 +1,6 @@
goog.provide('ol.featureloader');
goog.require('ol');
goog.require('ol.Tile');
goog.require('ol.format.FormatType');
goog.require('ol.xml');