Test for vector source load method

This commit is contained in:
Tim Schaub
2013-11-19 15:29:31 -07:00
parent 6229c0a1d4
commit 1f6d9fc5ae
3 changed files with 67 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
goog.provide('ol.source.FeatureCache');
goog.provide('ol.source.Vector');
goog.provide('ol.source.VectorEventType');
goog.provide('ol.source.VectorLoadState');
goog.require('goog.asserts');
goog.require('goog.async.nextTick');