README
node-wmshp
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');
Reproject shapefiles into EPSG:3857 using node-gdal.
<script type="module">
import wmshp from 'https://cdn.skypack.dev/wmshp';
</script>
Reproject shapefiles into EPSG:3857 using node-gdal.
As a shell script:
wmshp <infile> <outfile>
In Node.js
var wmshp = require('wmshp');
wmshp('/path/to/input.shp', '/path/to/output.shp');