mapbox-java
mapbox-java copied to clipboard
Add support for Turf transformScale
Have seen some maps examples in the wild that do some interesting data visualization with "radiating" Polygon FillLayers. This is possible with Mapbox but it'd be a lot easier to do this with the Turf transformScale method
Ancestry.com (Mapbox):

Caviar food delivery (GMaps):

Port https://github.com/Turfjs/turf/blob/master/packages/turf-transform-scale/index.js to this repo's Turf package. Looks like this method uses a lot of other ones
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.
Any updates or ETA on this?