Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gagan-bansal/geojson2poly
Converts GeoJOSN polygons to OSM poly format file.
https://github.com/gagan-bansal/geojson2poly
Last synced: about 1 month ago
JSON representation
Converts GeoJOSN polygons to OSM poly format file.
- Host: GitHub
- URL: https://github.com/gagan-bansal/geojson2poly
- Owner: gagan-bansal
- License: mit
- Created: 2016-08-29T11:09:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-29T11:50:47.000Z (about 8 years ago)
- Last Synced: 2024-04-26T13:02:40.022Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# geojson2poly
Converts GeoJOSN polygons to openstreetmap [(osm) poly format](http://wiki.openstreetmap.org/wiki/Osmosis/Polygon_Filter_File_Format) file.
## installation```
npm install geojson2poly -g
```## usage
```
geojson2poly
```
## license
This project is licensed under the terms of the MIT license.