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

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

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

donuts geojson polygons

Last synced: 8 months 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
```