add properties to scale

This commit is contained in:
Stuart Lynn 2015-09-09 18:30:05 -04:00
parent 05aa3db45c
commit 3964b32b2e

View File

@ -156,7 +156,7 @@ var Filters = require('./torque_filters');
for(var key in shaderVars){ processingVars[key]= shaderVars[key]}
for(var key in values){processingVars[key] = values[key]}
var varsToProcess = ['marker-width', 'marker-fill-opacity', 'marker-fill', 'marker-stroke']
var varsToProcess = ['marker-width', 'marker-fill-opacity', 'marker-fill', 'marker-stroke', 'marker-angle', 'marker-mag']
varsToProcess.forEach(function(key){
if(st[key]){
st[key] = this.processScaleFunction(st[key], processingVars)