added getShader

This commit is contained in:
javi 2014-06-16 18:57:42 +02:00
parent 1a21c88484
commit 678157b478

View File

@ -56,6 +56,10 @@ CartoCSS.Layer.prototype = {
return style;
},
getShader: function() {
return this.shader;
},
/**
* returns true if a feature needs to be rendered
*/