1.0.1 • Published 8 years ago
strip-carto v1.0.1
strip-carto
Remove the cartodb_id from the properties of GeoJSON features.
Installation
 npm i strip-carto -SUsage
var strip_carto = require("strip-carto");
strip_carto(input_geojson_file, output_geojson_file);Tests
npm test