Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tristen/inverted-polygons

A friendly app for inverting polygons
https://github.com/tristen/inverted-polygons

donuts geojson polygons

Last synced: 19 days ago
JSON representation

A friendly app for inverting polygons

Awesome Lists containing this project

README

        

Inverted polygons
---

Create inverted polygons with ease. Use the [standalone demo](http://tristen.ca/inverted-polygons/) or commandline app.

#### Commandline instructions

```bash
$ npm install -g inverted-polygons

# Send input via stdin
$ cat polygon.geojson | inverted-polygons > polygon-inverted.geojson
```