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 (11 loc) 287 B
export default class SpatialIndex { insert(itemEnv, item) {} remove(itemEnv, item) {} query() { if (arguments.length === 1) { const searchEnv = arguments[0] } else if (arguments.length === 2) { const searchEnv = arguments[0], visitor = arguments[1] } } }