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 319 B
// index.ts import { rectangleGrid } from "@turf/rectangle-grid"; function squareGrid(bbox, cellSide, options = {}) { return rectangleGrid(bbox, cellSide, cellSide, options); } var turf_square_grid_default = squareGrid; export { turf_square_grid_default as default, squareGrid }; //# sourceMappingURL=index.js.map