This package has been deprecated

Author message:

use @furkot/elevation instead

furkot-elevation

1.0.1 • Public • Published

NPM version Build Status Dependency Status Dev Dependency Status

furkot-elevation

Elevation service for Furkot

Install

$ npm install --save furkot-elevation

Usage

const furkotElevation = require('furkot-elevation');

const elevation = furkotElevation(options);

const points = [
  [ lon, lat ] ,
  // ...
];

elevation(points, function(err, result) {
  // result is an Array of elevations in meters
  // elevation Array items corresponds to the items in points array 
  assert.equal(result.length, points.length);
});

License

MIT © Damian Krzeminski

Package Sidebar

Install

npm i furkot-elevation

Weekly Downloads

13

Version

1.0.1

License

MIT

Unpacked Size

13 kB

Total Files

11

Last publish

Collaborators

  • melitele
  • pirxpilot