extends events in pointrenderer
This commit is contained in:
parent
5dc39a5e32
commit
06ed46f6b8
@ -52,9 +52,10 @@ var carto = global.carto || require('carto');
|
||||
this.setCartoCSS(this.options.cartocss || DEFAULT_CARTOCSS);
|
||||
this.TILE_SIZE = 256;
|
||||
this._icons = {};
|
||||
this._iconNames = [];
|
||||
}
|
||||
|
||||
PointRenderer.prototype = {
|
||||
torque.extend(PointRenderer.prototype, torque.Event, {
|
||||
|
||||
clearCanvas: function() {
|
||||
var canvas = this._canvas;
|
||||
|
Loading…
Reference in New Issue
Block a user