README
lonlat
Converters for various coordinate representations.
Install
$ npm install --save lonlat
Usage
var lonlat = require('lonlat');
lonlat.geojson.centerSphere();
lonlat.mongo.toPoly();
methods always return geojson shape or collection of shapes geojson
centerSphere
- create a Sphere corresponding to inscribed circlemultiPolygon
- create a Polygon from the string of coordinatespolygon
- create a Polygon from the string of coordinatesshapesArray
- split boxes into Polygons and MultipolygonssplitBox
- split box into grid of Polygons
methods return coordinates pairs [lon,lat] that can be indexed by mongo mongo
toLonLat
toPoly
toBox
toBoxes
License
MIT © Damian Krzeminski