1.0.5 • Published 1 year ago

extrude_geojson v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

extrude_geojson

Extrude 2D geojson polygons. Nothing more, nothing less.

See DEMO

import { extrudeGeojson } from "extrudeGeojson"
import data from "./path/to/geojson"

// extrudeGeojson(data, extrudeX: number, extrudeY: number);
const [polygons, walls, lines] = extrudeGeojson(data, 0, 10);

notes

npm version patch runs all the scripts and pushes to github, npm publish pulishes new code

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago