Skip to content

Includes an environment of the CesiumJS 3D viewer for demo purposes.

License

Notifications You must be signed in to change notification settings

mholthausen/worldmap_3d

Repository files navigation

Worldmap 3D Demo-Client

Build Status Known Vulnerabilities

Requirements

  • Setting up the NodeJS (at least 18.12.1 LTS) and React.Js (18.2.0) environment

  • Integration of the latest version of the CesiumJS framework at the time of development (Version 1.100.0)

  • Loading the 3D city model of Cologne, Germany as CesiumTerrainProvider

  • Zoom to Cologne Cathedral after startup

  • Provide a selection of different tools (have to be defined in detail)

  • When clicking the red dot near Cologne Cathedral, the CesiumJS Viewer is overlaid ( with BabyolnJS) to show an exterior view of the entrance area

  • Release the application on demo.terrestris.de

Note: Further requirements may arise in the course of the project and will be added to this list.

Plannning

The purpose of this application is a short demonstration of possibilities and a selection of applications in the 3D context.

Start by npm

Start the app with

npm install followed by npm run start. The site can be accessed via localhost:3000.

Start build by docker

docker build -t nexus.terrestris.de/mholthausen/worldmap_3d .
docker run -p 8080:80 nexus.terrestris.de/mholthausen/worldmap_3d
open http://localhost:8080