Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 976 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 976 Bytes

JSON-FG viewer

Live demo

https://dev.3dgi.xyz/jsonfg-viewer

Use

Public version

You can run the jsonfg-viewer without installation by visiting ...

Installation

Install all dependencies:

yarn install

Compile and run for development

yarn run dev

You can visit the local version at: http://localhost:9080/dist/index.html.

Compile and run for production

yarn run build

Dependencies

Frameworks used:

Attribution

The JSON-FG viewer is an adaptation of the CityJSON viewer and its components, namely cityjson-vue-components and cityjson-threejs-loader.