Add support for Turf transformScale
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 438
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read Turf's packages/turf-transform-scale/index.js, especially the listed dependencies, then locate the corresponding Turf package in this repository. Port the transformScale method and verify that the Java package provides equivalent scaling behavior to the referenced Turf implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, javascript
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100