devnet-bundle-snapshot Static Badge

Weather Visualization

The Weather Visualization Bundle offers a possibility to visualize differenct weather conditions in your 3D applications such as rain, snow and fog.

Screenshot App

Sample app

https://demos.conterra.de/mapapps/resources/apps/public_demo_weathervisualization/index.html

Installation guide

  1. Add the bundle dn_weathervisualization to your app.

Development guide

Run the following commands from the project root directory to start a local development server:

# install all required node modules
$ mvn initialize

# start dev server
$ mvn compile -Denv=dev -Pinclude-mapapps-deps

# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps