This commit is contained in:
Stuart Lynn 2015-09-28 13:14:27 -04:00
parent e2bcae0c84
commit cdb986f506
2 changed files with 6 additions and 6 deletions

View File

@ -4987,7 +4987,7 @@ var carto = global.carto || require('carto');
// //
// this renderer just render points depending of the value // this renderer just render points depending of the value
// //
function RectanbleRenderer(canvas, options) { function RectanbleRenderer(canvas, options) {
this.options = options; this.options = options;
carto.tree.Reference.set(torque['torque-reference']); carto.tree.Reference.set(torque['torque-reference']);
@ -5064,7 +5064,7 @@ var carto = global.carto || require('carto');
// by-pass the style generation for improving performance // by-pass the style generation for improving performance
color = this._shader['polygon-fill']({ value: value }, { zoom: 0 }); color = this._shader['polygon-fill']({ value: value }, { zoom: 0 });
ctx.fillStyle = color; ctx.fillStyle = color;
//TODO: each function should have a default value for each //TODO: each function should have a default value for each
//property defined in the cartocss //property defined in the cartocss
alpha = polygon_alpha({ value: value }, { zoom: 0 }); alpha = polygon_alpha({ value: value }, { zoom: 0 });
if(alpha === null) { if(alpha === null) {
@ -5078,7 +5078,7 @@ var carto = global.carto || require('carto');
}, },
// //
// renders a tile in the canvas for key defined in // renders a tile in the canvas for key defined in
// the torque tile // the torque tile
// //
renderTile: function(tile, key, callback) { renderTile: function(tile, key, callback) {

View File

@ -4994,7 +4994,7 @@ var carto = global.carto || require('carto');
// //
// this renderer just render points depending of the value // this renderer just render points depending of the value
// //
function RectanbleRenderer(canvas, options) { function RectanbleRenderer(canvas, options) {
this.options = options; this.options = options;
carto.tree.Reference.set(torque['torque-reference']); carto.tree.Reference.set(torque['torque-reference']);
@ -5071,7 +5071,7 @@ var carto = global.carto || require('carto');
// by-pass the style generation for improving performance // by-pass the style generation for improving performance
color = this._shader['polygon-fill']({ value: value }, { zoom: 0 }); color = this._shader['polygon-fill']({ value: value }, { zoom: 0 });
ctx.fillStyle = color; ctx.fillStyle = color;
//TODO: each function should have a default value for each //TODO: each function should have a default value for each
//property defined in the cartocss //property defined in the cartocss
alpha = polygon_alpha({ value: value }, { zoom: 0 }); alpha = polygon_alpha({ value: value }, { zoom: 0 });
if(alpha === null) { if(alpha === null) {
@ -5085,7 +5085,7 @@ var carto = global.carto || require('carto');
}, },
// //
// renders a tile in the canvas for key defined in // renders a tile in the canvas for key defined in
// the torque tile // the torque tile
// //
renderTile: function(tile, key, callback) { renderTile: function(tile, key, callback) {