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 (9 loc) • 428 B
JavaScript
Object.defineProperty(exports, "__esModule", {value: true});// index.ts
var _bbox = require('@turf/bbox');
var _bboxpolygon = require('@turf/bbox-polygon');
function envelope(geojson) {
return _bboxpolygon.bboxPolygon.call(void 0, _bbox.bbox.call(void 0, geojson));
}
var turf_envelope_default = envelope;
exports.default = turf_envelope_default; exports.envelope = envelope;
//# sourceMappingURL=index.cjs.map
;