Test fixes

This commit is contained in:
Tim Schaub
2017-08-16 14:24:42 -04:00
parent 02b2cdbd27
commit 73afb656d7
13 changed files with 28 additions and 9 deletions

View File

@@ -2,6 +2,12 @@ goog.provide('ol.test.renderer.canvas.Replay');
goog.require('ol');
goog.require('ol.Feature');
goog.require('ol.geom.GeometryCollection');
goog.require('ol.geom.LineString');
goog.require('ol.geom.MultiLineString');
goog.require('ol.geom.MultiPoint');
goog.require('ol.geom.MultiPolygon');
goog.require('ol.geom.Point');
goog.require('ol.geom.Polygon');
goog.require('ol.render.canvas.LineStringReplay');
goog.require('ol.render.canvas.PolygonReplay');