Require ol in ol.geom.flat.interiorpoint

This commit is contained in:
Marc Jansen
2016-09-02 11:17:51 +02:00
parent 3740f05d5b
commit ae67419f76

View File

@@ -1,5 +1,6 @@
goog.provide('ol.geom.flat.interiorpoint');
goog.require('ol');
goog.require('ol.array');
goog.require('ol.geom.flat.contains');