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) 236 B
import SegmentString from './SegmentString' export default class NodableSegmentString { addIntersection (intPt, segmentIndex) {} interfaces_ () { return [SegmentString] } getClass () { return NodableSegmentString } }