You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in this issue (CartoDB/carto.js#1670) and this issue (CartoDB/carto.js#1624) we have some default properties blocking vector rendering. Specifically, polygon-gamma and line-comp-op.
I think Auto-Style is actually the best use of these properties but I understand why we need to remove them.
So if we remove those properties, there is no effect the real problem with Auto-Style on polygons is still this unresolved issue with lines trying to ramp and not working: #518
We should definitely test when modifications are made. For polygons, all we need is to not overwrite line-color when auto-style is enabled.
As discussed in this issue (CartoDB/carto.js#1670) and this issue (CartoDB/carto.js#1624) we have some default properties blocking vector rendering. Specifically,
polygon-gamma
andline-comp-op
.I think Auto-Style is actually the best use of these properties but I understand why we need to remove them.
Basically, we need to remove
polygon-gamma
andline-comp-op
properties from here:https://github.com/CartoDB/deep-insights.js/blob/master/src/widgets/auto-style/auto-styler.js#L41-L50
cc @donflopez @saleiva
The text was updated successfully, but these errors were encountered: