0.4.0 • Published 9 years ago

wmshp v0.4.0

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

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');
0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago