turf-point

2.0.1 • Public • Published

turf-point

build status

turf point module

turf.point(longitude, latitude, properties)

Generates a new Point feature, given coordinates and, optionally, properties.

Parameters

parameter type description
longitude number - position west to east in decimal degrees
latitude number - position south to north in decimal degrees
properties Object - an optional object that is used as the Feature's properties

Example

var pt1 = turf.point([-75.343, 39.984]);
//=pt1

Installation

Requires nodejs.

$ npm install turf-point

Tests

$ npm test

Readme

Keywords

Package Sidebar

Install

npm i turf-point

Weekly Downloads

20,627

Version

2.0.1

License

MIT

Last publish

Collaborators

  • tcql
  • mourner
  • jvrousseau
  • jseppi
  • cspanring
  • cwmma
  • lyzidiamond
  • tmcw
  • morganherlocker