CartoDB / mobile-sdk

CARTO Mobile SDK core project
https://carto.com/docs/carto-engine/mobile-sdk/
BSD 3-Clause "New" or "Revised" License
181 stars 65 forks source link

Shield-transform option #390

Open JoinGitHub23 opened 3 years ago

JoinGitHub23 commented 3 years ago

Hello! In carto exist option "shield-transform" (https://carto.com/developers/styling/cartocss/#shield-transform-functions), which defines SVG transformation functions to scale how shields appear. But in mobile-sdk this option not supported. So, as far as I can tell, there is no way to change the image size for shields. And this is very inconveniently. Is it possible to add a zoom function to the raster image shields? Thanks

mtehver commented 3 years ago

That is correct, 'shield-transform' is not currently supported. The list of supported CartoCSS features and extensions is listed here: https://github.com/CartoDB/mobile-sdk/wiki/CartoCSS-notes

I will tag this with 'idea-maybe-future'.