plott-add-coverage
v0.0.1
Published
Adds coverage sample to database
Downloads
6
Readme
plott-add-coverage
Adds coverage sample to database
plott.addCoverage(geojson)
Adds coverage point to the FingerPrints collection
Parameters
| parameter | type | description |
| --------- | ---- | ------------------ |
| geojson
| body | FingerPrints Model |
Example
router.get('/', plott.addCoverage);
//=route
Returns geojson
, Coveage point
Installation
Requires nodejs.
$ npm install plott-add-coverage
Tests
$ npm test