turf-shift-longitude
v0.0.1
Published
[![build status](https://secure.travis-ci.org/stepankuzmin/turf-shift-longitude.png)](http://travis-ci.org/stepankuzmin/turf-shift-longitude)
Downloads
36
Maintainers
Readme
turf-shift-longitude
turf.shift-longitude(layer)
Reads every point/vertex in every component of every feature in a geometry, and if the longitude coordinate is
Parameters
| parameter | type | description |
| --------- | ------ | ------------------ |
| layer
| Object | any GeoJSON object |
Example
var shift = require('turf-shift-longitude');
var point = { type: 'Point', coordinates: [-175, 70] };
var shifted = shift(point);
//=shifted
Returns Object
, layer shifted GeoJSON object
Installation
Requires nodejs.
$ npm install turf-shift-longitude
Tests
$ npm test