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

17 lines (15 loc) 293 B
import { Feature, FeatureCollection, Coord, Point, Polygon, MultiPolygon, } from "@turf/helpers"; /** * http://turfjs.org/docs/#polygontangents */ export default function <T extends Polygon | MultiPolygon>( point: Coord, polygon: Feature<T> | T ): FeatureCollection<Point>;