Require ol in ol.tileurlfunction

This commit is contained in:
Marc Jansen
2016-09-02 11:20:49 +02:00
parent 36281373b7
commit 5afd5c838e

View File

@@ -1,5 +1,6 @@
goog.provide('ol.TileUrlFunction');
goog.require('ol');
goog.require('ol.asserts');
goog.require('ol.math');
goog.require('ol.tilecoord');