mirror of
https://github.com/Turfjs/turf.git
synced 2026-02-01 16:57:21 +00:00
Add turf-line-split module
This commit is contained in:
parent
7104445e78
commit
fbc3575fd4
4
packages/turf/index.d.ts
vendored
4
packages/turf/index.d.ts
vendored
@ -82,6 +82,7 @@ import * as lineChunk from '@turf/line-chunk';
|
||||
import * as unkinkPolygon from '@turf/unkink-polygon';
|
||||
import * as greatCircle from '@turf/great-circle';
|
||||
import * as lineSegment from '@turf/line-segment';
|
||||
import * as lineSplit from '@turf/line-split';
|
||||
|
||||
export {
|
||||
isolines,
|
||||
@ -159,5 +160,6 @@ export {
|
||||
lineChunk,
|
||||
unkinkPolygon,
|
||||
greatCircle,
|
||||
lineSegment
|
||||
lineSegment,
|
||||
lineSplit
|
||||
};
|
||||
|
||||
@ -68,6 +68,7 @@ var turf = {
|
||||
unkinkPolygon: require('@turf/unkink-polygon'),
|
||||
greatCircle: require('@turf/great-circle'),
|
||||
lineSegment: require('@turf/line-segment'),
|
||||
lineSplit: require('@turf/line-split'),
|
||||
point: helpers.point,
|
||||
polygon: helpers.polygon,
|
||||
lineString: helpers.lineString,
|
||||
|
||||
@ -92,6 +92,7 @@
|
||||
"@turf/line-segment": "^3.14.3",
|
||||
"@turf/line-slice": "^3.14.2",
|
||||
"@turf/line-slice-along": "^3.14.0",
|
||||
"@turf/line-split": "^3.0.0",
|
||||
"@turf/mask": "^3.14.0",
|
||||
"@turf/meta": "^3.14.0",
|
||||
"@turf/midpoint": "^3.14.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user