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

12 lines (10 loc) 306 B
import { Point, FeatureCollection, Polygon, MultiPolygon } from "@turf/helpers"; /** * http://turfjs.org/docs/#tag */ export default function tag( points: FeatureCollection<Point>, polygons: FeatureCollection<Polygon | MultiPolygon>, field: string, outField: string ): FeatureCollection<Point>;