osm-polygon-features
Version:
OSM tags indicate if a closed way should be treated as a polygon or linestring
29 lines (28 loc) • 689 B
JSON
{
"name": "osm-polygon-features",
"version": "0.9.2",
"description": "OSM tags indicate if a closed way should be treated as a polygon or linestring",
"main": "index.js",
"scripts": {
"test": "./check.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tyrasd/osm-polygon-features.git"
},
"keywords": [
"OSM",
"polygon"
],
"author": "Martin Raifer <tyr.asd@gmail.com>",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/tyrasd/osm-polygon-features/issues"
},
"homepage": "https://github.com/tyrasd/osm-polygon-features#readme",
"devDependencies": {
"jsonschema": "^1.0.3"
},
"dependencies": {
}
}