Snapshot WebGL renderer

This commit is contained in:
Tom Payne
2012-07-15 16:32:00 +02:00
parent 1d567bb2bf
commit 582a9e93e0
9 changed files with 70 additions and 473 deletions

View File

@@ -29,3 +29,8 @@ ol.webgl.LayerRenderer.prototype.getGL = function() {
var map = /** @type {ol.webgl.Map} */ this.getMap();
return map.getGL();
};
/**
*/
ol.webgl.LayerRenderer.prototype.redraw = goog.abstractMethod;