Closed IagoLast closed 7 years ago
Following https://github.com/CartoDB/tangram-reference/issues/7
The getBlending function for markers needs to translate the mapnik/cartocss values into tangram ones according to the following table:
getBlending
(*) Tangram doesnt support multiply among many other omited blend modes yet!
This PR fixes this function returning the translated value.
Also, the getBlending function will now return the default value from the reference and will throw an error when the comp-op is being filtered.
It looks like there's some conflict with the work that @dv343 and @rochoa are doing in https://github.com/CartoDB/tangram-carto/pull/64.
This is superseded by #69.
Following https://github.com/CartoDB/tangram-reference/issues/7
The
getBlending
function for markers needs to translate the mapnik/cartocss values into tangram ones according to the following table:(*) Tangram doesnt support multiply among many other omited blend modes yet!
This PR fixes this function returning the translated value.
Also, the
getBlending
function will now return the default value from the reference and will throw an error when the comp-op is being filtered.