UNPKG

node-red-contrib-tak-registration

Version:

A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK

11 lines (9 loc) 241 B
import { Feature, LineString, Coord } from "@turf/helpers"; /** * http://turfjs.org/docs/#lineslice */ export default function lineSlice( startPt: Coord, stopPt: Coord, line: Feature<LineString> | LineString ): Feature<LineString>;