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

16 lines (14 loc) 320 B
import { AllGeoJSON, Units } from "@turf/helpers"; /** * http://turfjs.org/docs/#transform-translate */ export default function transformTranslate<T extends AllGeoJSON>( geojson: T, distance: number, direction: number, options?: { units?: Units; zTranslation?: number; mutate?: boolean; } ): T;