Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.48 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.48 KB

devnet-bundle-snapshot Static Badge Static Badge

Daylight

This bundle enables the user to display the effect of light of certain time of day. Additionally, the shadow of 3D-Objects can be simulated.

Screenshot App

Sample App

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

Installation Guide

Restrictions: Only works in 3D view

dn_daylight Documentation

Quick start

Clone this project and ensure that you have all required dependencies installed correctly (see Documentation).

Then 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