https://github.com/conterra/mapapps-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.
https://github.com/conterra/mapapps-daylight
3d 4x mapapps
Last synced: 28 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-daylight
- Owner: conterra
- License: apache-2.0
- Created: 2020-04-22T08:11:00.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-17T15:27:57.000Z (4 months ago)
- Last Synced: 2025-11-17T17:12:15.410Z (4 months ago)
- Topics: 3d, 4x, mapapps
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_daylight/index.html
- Size: 6.03 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-daylight/actions/workflows/devnet-bundle-snapshot.yml)


# 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.

## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_daylight/index.html
## Installation Guide
**Restrictions: Only works in 3D view**
[dn_daylight Documentation](https://github.com/conterra/mapapps-daylight/tree/master/src/main/js/bundles/dn_daylight)
## Quick start
Clone this project and ensure that you have all required dependencies installed correctly (see [Documentation](https://docs.conterra.de/en/mapapps/latest/developersguide/getting-started/set-up-development-environment.html)).
Then run the following commands from the project root directory to start a local development server:
```bash
# 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
```