CartoDB / mobile-carto-libs

Internal dependencies for CARTO Mobile SDK
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

`geometry-transform` support for linear #26

Open farfromrefug opened 2 years ago

farfromrefug commented 2 years ago

I am not sure if that is possible or how we would write it but it would be great to be able to do it. My use case is mostly with translate which i would like to be linear.

mtehver commented 2 years ago

geometry-transform is handled when tiles are loaded, not during rendering. So it is not currently possible to make it depend on [view::zoom].

farfromrefug commented 2 years ago

@mtehver understood. So you understand the reasoning is that line-offset does not render well in some cases (joins).