turf-point
turf point module
Last updated 10 years ago by tmcw .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install turf-point 
SYNC missed versions from official npm registry.

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

Current Tags

  • 2.0.1                                ...           latest (10 years ago)

14 Versions

  • 0.1.0                                ...           11 years ago
  • 2.0.1                                ...           10 years ago
  • 2.0.0                                ...           10 years ago
  • 1.2.1                                ...           10 years ago
  • 1.2.0                                ...           10 years ago
  • 1.1.1                                ...           10 years ago
  • 1.1.0                                ...           10 years ago
  • 1.0.0                                ...           10 years ago
  • 0.1.6                                ...           10 years ago
  • 0.1.5                                ...           10 years ago
  • 0.1.4                                ...           10 years ago
  • 0.1.3                                ...           10 years ago
  • 0.1.2                                ...           10 years ago
  • 0.1.1                                ...           11 years ago
Downloads
Total 0
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (2)
Dependents (2)

© 2010 - cnpmjs.org x YWFE | Home | YWFE