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