Home

Awesome

Build Status Coverage Status Greenkeeper badge

geojson2dsv

The reverse of csv2geojson: shuttle GeoJSON points into CSV encoding.

API

<!-- Generated by documentation.js. Update this documentation by updating the source code. -->

geojson2dsv

Given a valid GeoJSON object, return a CSV composed of all decodable points.

Parameters

Examples

var csvString = geojson2dsv(geojsonObject)

see also