Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 482 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 482 Bytes

@vcmap/core Demo

Part of the VC Map Project

This demo was created for the FOSSGIS 2022 online conference in Marburg. It illustrates a simple web app using the @vcmap/core as its main GIS library and Vue/Vuetify as its UI framework.

To run the demo:

npm i
npm serve

To build the demo:

npm build
npm preview

To deploy, make sure you copy the data and required cesium assets to the hosting environment.