Open ianthetechie opened 3 years ago
For now, you would need to implement this as a custom JS function, such as one based on Mapbox GL's (last OS version v1.13.0):
I am interested in adding direct support for exponential interpolation in Tangram though, it's long been on the wishlist, just never got around to it.
Yeah, I assumed as much. I've implemented a few similar things with JS functions already. Thanks a bunch for the direct source link! That will exponentially speed up my implementation of this ;)
Mapbox GL supports stops (for width, colors, etc.) that follow both a linear and exponential progression. Tangram does not appear to support this directly, but cartogrify could reasonably fake it by computing the intermediate stop values.
Current status: