geojson2topojson

0.1.4 • Public • Published

geojson2topojson

a node.js module for converting a geojson file to a topojson file

Installation:

npm install geojson2topojson

Use:

var geojson2topojson = require('geojson2topojson')
 
geojson2topojson('/path/to/in.geojson', '/path/to/out.topojson', function(err){
  if(err) throw err
})

Test

cd test
mocha .

/geojson2topojson/

    Package Sidebar

    Install

    npm i geojson2topojson

    Weekly Downloads

    59

    Version

    0.1.4

    License

    MIT

    Last publish

    Collaborators

    • morganherlocker