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