Socket
Book a DemoInstallSign in
Socket

grunt-geojson-merge

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-geojson-merge

Merge multiple GeoJSON files into one FeatureCollection.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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/*
                ']
            }
        }
    }
});

Keywords

gruntplugin

FAQs

Package last updated on 30 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts