Ecosyste.ms: Awesome
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: 19 days ago
JSON representation
A friendly app for inverting polygons
- Host: GitHub
- URL: https://github.com/tristen/inverted-polygons
- Owner: tristen
- Created: 2019-05-05T20:04:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T16:16:47.000Z (almost 2 years ago)
- Last Synced: 2024-11-29T10:26:13.555Z (26 days ago)
- Topics: donuts, geojson, polygons
- Language: JavaScript
- Homepage: https://tristen.ca/inverted-polygons/
- Size: 1.65 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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
```