Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 544 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 544 Bytes

CityGML Visual Debugger

Takes a single CityGML <cityObjectMemeber> element and visualises it in various ways for debugging geometry issues.

Installation

  1. Install Gulp using npm install -g gulp
  2. Run npm install from the repo directory
  3. Run gulp dev from the same directory and eventually the browser will open

References

Build process is based on this approach.