-
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.
The purpose of this application is a short demonstration of possibilities and a selection of applications in the 3D context.
Start the app with
npm install
followed by npm run start
. The site can be accessed via localhost:3000.
docker build -t nexus.terrestris.de/mholthausen/worldmap_3d .
docker run -p 8080:80 nexus.terrestris.de/mholthausen/worldmap_3d
open http://localhost:8080