Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 545 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 545 Bytes

Extrusion panel

The Extrusion panel plugin allows to extrude geometries provided as GeoJSON.

Build

Development build

Install yarn, and use

yarn install

To build the plugin for the use in the development:

yarn dev

This will run linting tools and apply prettier fix.

In addition you can use the following to get an index.html which can be used for stand-alone testing:

yarn watch

Production build

To build the plugin for the use in production:

yarn build