Allow single (non-default) import from dependencies

This commit is contained in:
Tim Schaub
2017-05-02 10:38:14 -06:00
parent 584d4f67bd
commit 3f973e6fa3
6 changed files with 34 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ goog.provide('ol.test.format.MVT');
goog.require('ol.Feature');
goog.require('ol.ext.PBF');
goog.require('ol.ext.vectortile');
goog.require('ol.ext.vectortile.VectorTile');
goog.require('ol.format.MVT');
goog.require('ol.geom.Point');
goog.require('ol.render.Feature');