geojson2kml

0.1.1 • Public • Published

geojson2kml

a node.js module for converting geojson to kml

npm install geojson2kml

This module is a simple wrapper around ogr2ogr that takes a geojson file and outputs a kml file. ogr2ogr must be installed to use this module.

var geojson2kml = require('geojson2kml')
 
geojson2kml('/path/to/polygons.geojson', '/path/to/polygons.kml', function(err){
  if(err) throw err
})

Test

cd test
mocha .

Readme

Keywords

none

Package Sidebar

Install

npm i geojson2kml

Weekly Downloads

45

Version

0.1.1

License

MIT

Last publish

Collaborators

  • morganherlocker