grunt-geojson-merge

0.1.1 • Public • Published

grunt-geojson-merge

Merge multiple GeoJSON files into one FeatureCollection

This is a grunt wrapper for geojson-merge

Example

grunt.initConfig({
    'geojson-merge': {
        my_target: {
            files: {
                'dest/output.geo.json': ['src/input1.geo.json', 'src/input2.geo.json', 'src2/*
                ']
            }
        }
    }
});

Readme

Keywords

Package Sidebar

Install

npm i grunt-geojson-merge

Weekly Downloads

1

Version

0.1.1

License

none

Last publish

Collaborators

  • intellipharm