Asjidkalam / geojson2kml

a node.js module for converting geojson to kml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

a node.js module for converting geojson to kml

License:MIT License


Languages

Language:JavaScript 100.0%