mapbox / node-wmshp

Reproject shapefiles to EPSG:3857 using node-gdal
ISC License
9 stars 5 forks source link

node-wmshp

Build Status

Reproject shapefiles into EPSG:3857 using node-gdal.

Usage

As a shell script:

wmshp <infile> <outfile>

In Node.js

var wmshp = require('wmshp');
wmshp('/path/to/input.shp', '/path/to/output.shp');