extrude_geojson
v1.0.5
Published
Extrude geojson polygons from 2D to 2.5D
Downloads
7
Readme
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