0.4.0 • Published 8 years ago

wmshp v0.4.0

Weekly downloads
4
License
ISC
Repository
github
Last release
8 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

8 years ago

0.3.0

8 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago