More WebGL name corrections

This commit is contained in:
Tim Schaub
2016-08-06 14:51:57 -06:00
parent f5cbfdff04
commit b47dc998a3
5 changed files with 31 additions and 31 deletions

View File

@@ -1,10 +1,10 @@
// FIXME add option to apply snapToPixel to all coordinates?
// FIXME can eliminate empty set styles and strokes (when all geoms skipped)
goog.provide('ol.render.canvas.Replay');
goog.provide('ol.render.canvas.ImageReplay');
goog.provide('ol.render.canvas.LineStringReplay');
goog.provide('ol.render.canvas.PolygonReplay');
goog.provide('ol.render.canvas.Replay');
goog.provide('ol.render.canvas.ReplayGroup');
goog.provide('ol.render.canvas.TextReplay');