1.0.5 • Published 3 years ago

extrude_geojson v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years 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

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago