mapbox-java icon indicating copy to clipboard operation
mapbox-java copied to clipboard

Add support for Turf transformScale

Open langsmith opened this issue 6 years ago • 2 comments

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): Screen Shot 2019-06-10 at 4 47 33 PM

Caviar food delivery (GMaps): Screen Shot 2019-06-10 at 4 47 30 PM Screen Shot 2019-06-10 at 4 47 25 PM

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

langsmith avatar Jun 10 '19 23:06 langsmith

This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.

stale[bot] avatar Dec 08 '19 03:12 stale[bot]

Any updates or ETA on this?

DavisDevasia avatar Mar 12 '21 16:03 DavisDevasia