Add support for Turf transformScale
还没有人认领这个 Issue。
- 主要语言
- Java
- 星标
- 438
- 派生
- 117
- PR 合并指标
- 30 天内没有已合并 PR
描述
Have seen some maps examples in the wild that do some interesting data visualization with "radiating" Polygon `FillLayer`s. This is possible with Mapbox but it'd be a lot easier to do this with [the Turf transformScale method ](http://turfjs.org/docs/#transformScale)
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](https://github.com/Turfjs/turf/blob/master/packages/turf-transform-scale/index.js#L1-L10)
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
阅读 Turf 的 packages/turf-transform-scale/index.js,尤其是其中列出的依赖项,然后在此存储库中找到对应的 Turf 包。移植 transformScale 方法,并验证 Java 包提供的缩放行为与所引用的 Turf 实现等效。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, javascript
- 领域
- mobile-dev
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100