Skip to content

Commit 59cbd09

Browse files
authored
Update turf-port.md
1 parent f69dec4 commit 59cbd09

1 file changed

Lines changed: 21 additions & 4 deletions

File tree

docs/turf-port.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ Below's an on going list of the Turf functions which currently exist inside the
6868
- [ ] turf-line-intersect
6969
- [ ] turf-line-overlap
7070
- [ ] turf-line-segment
71-
- [ ] turf-line-slice-along
7271
- [x] turf-line-slice
72+
- [ ] turf-line-slice-along
7373
- [ ] turf-line-split
7474
- [ ] turf-mask
75-
- [ ] turf-boolean-point-on-line
75+
- [x] turf-nearest-point-on-line
7676
- [ ] turf-sector
77+
- [ ] turf-shortest-parth
7778
- [ ] turf-unkink-polygon
78-
- [x] turf-point-on-line
7979

8080
## Helper
8181
The helper functions are all part of the GeoJson module; this class contains unit conversion and additional functionality to help other calculations.
@@ -113,8 +113,25 @@ The helper functions are all part of the GeoJson module; this class contains uni
113113

114114
## Meta
115115
- [x] coordAll
116-
- [x] coordEach
116+
- [ ] coordEach
117117
- [ ] coordReduce
118+
- [ ] featureEach
119+
- [ ] featureReduce
120+
- [ ] flattenEach
121+
- [ ] flattenReduce
122+
- [ ] getCoord
123+
- [ ] getCoords
124+
- [ ] getGeom
125+
- [ ] getType
126+
- [ ] geomEach
127+
- [ ] geomReduce
128+
- [ ] propEach
129+
- [ ] propReduce
130+
- [ ] segmentEach
131+
- [ ] segmentReduce
132+
- [ ] getCluster
133+
- [ ] clusterEach
134+
- [ ] clusterReduce
118135

119136
## Assertions
120137
All of these are already enforced in the GeoJson module

0 commit comments

Comments
 (0)