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) 268 B
import { FeatureCollection, Polygon } from "@turf/helpers"; /** * http://turfjs.org/docs.html#dissolve */ export default function dissolve( featureCollection: FeatureCollection<Polygon>, options?: { propertyName?: string; } ): FeatureCollection<Polygon>;