Add circle replay to WebGL renderer

This commit is contained in:
GaborFarkas
2016-10-30 16:33:04 +01:00
parent 86c914f3df
commit ac6408be3b
9 changed files with 695 additions and 7 deletions

View File

@@ -282,6 +282,7 @@ ol.render.canvas.ReplayGroup.prototype.replayHitDetection_ = function(
* number, boolean)>}
*/
ol.render.canvas.ReplayGroup.BATCH_CONSTRUCTORS_ = {
'Circle': ol.render.canvas.PolygonReplay,
'Image': ol.render.canvas.ImageReplay,
'LineString': ol.render.canvas.LineStringReplay,
'Polygon': ol.render.canvas.PolygonReplay,