Fix ogc/filter

This only compiles if there is goog.provide('ol.Extent') in the typedefs file, and goog.require('ol.Extent') in this file. An alternative is to add an assert statement, but this means an extra dependency.

With this change there is no longer a need for the change to tasks/build.js
This commit is contained in:
Peter Robins
2016-05-07 19:03:02 +00:00
parent 535e8f5e35
commit ed34caa25a
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -18,6 +18,7 @@ goog.provide('ol.format.ogc.filter.IsNull');
goog.provide('ol.format.ogc.filter.IsBetween');
goog.provide('ol.format.ogc.filter.IsLike');
goog.require('ol.Extent');
goog.require('ol.Object');