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
10 lines (8 loc) • 311 B
JavaScript
import IndexedPointInAreaLocator from './locate/IndexedPointInAreaLocator'
import PointOnGeometryLocator from './locate/PointOnGeometryLocator'
import SimplePointInAreaLocator from './locate/SimplePointInAreaLocator'
export {
IndexedPointInAreaLocator,
PointOnGeometryLocator,
SimplePointInAreaLocator
}