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
28 lines (27 loc) • 661 B
JSON
{
"name": "geojson-polygon-self-intersections",
"version": "1.2.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mclaeysb/geojson-polygon-self-intersections.git"
},
"keywords": [
"polygon",
"complex polygon",
"simple polygon",
"self-intersection"
],
"author": {
"name": "Manuel Claeys Bouuaert"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mclaeysb/geojson-polygon-self-intersections/issues"
},
"dependencies": {
"rbush": "^2.0.1"
},
"devDependencies": {},
"homepage": "https://github.com/mclaeysb/geojson-polygon-self-intersections#readme"
}