Skip to content

Commit 646ea95

Browse files
authored
Update turf-port.md
1 parent ef1ebfb commit 646ea95

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/turf-port.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This document tracks the progress being made to port over all of the Turf functionality to Java. This is an on going project and funtions are being added once needed. If you'd like to contribute by adding a Turf function that's missing, please open a GitHub issue still with information relative to why you need this functionality.
44

55
Below's an on going list of the Turf functions which currently exist inside the `services-turf` module in this project:
6-
(Last updated 04/25/18)
6+
(Last updated 05/16/18)
77

88
## Measurement
99
- [x] turf-along
@@ -119,7 +119,7 @@ The helper functions are all part of the GeoJson module; this class contains uni
119119
- [ ] featureReduce
120120
- [ ] flattenEach
121121
- [ ] flattenReduce
122-
- [ ] getCoord
122+
- [x] getCoord
123123
- [ ] getCoords
124124
- [ ] getGeom
125125
- [ ] getType
@@ -156,7 +156,7 @@ All of these are already enforced in the GeoJson module
156156
- [ ] bearingToAzimuth
157157
- [ ] convertArea
158158
- [x] convertLength
159-
- [ ] degreesToRadians
159+
- [x] degreesToRadians
160160
- [x] lengthToRadians
161161
- [x] lengthToDegrees
162162
- [x] radiansToLength

0 commit comments

Comments
 (0)