# JSON-To-Poly
NPM package to convert JSON format latitude and longitude coordinates to Osmosis Polygon filter file format.


## Installation

Use the package manager [npm](https://www.npmjs.com/) to install json-to-poly.

```bash
npm install json-to-poly
```

## Demo Code

* [Simple Demo](https://codesandbox.io/p/sandbox/intelligent-mayer-wfi64l?selection=%5B%7B%22endColumn%22%3A1%2C%22endLineNumber%22%3A8%2C%22startColumn%22%3A1%2C%22startLineNumber%22%3A8%7D%5D&file=%2Findex.js)

## Contributing

For major changes, please open an issue first to discuss what you would like to change.

## License

[MIT](https://choosealicense.com/licenses/mit/)
