https://github.com/conterra/mapapps-welcome
The Welcome Bundle is a widget for displaying a welcome screen with a Do-Not-Show-Again checkbox.
https://github.com/conterra/mapapps-welcome
3x 4x highlight mapapps usability
Last synced: 28 days ago
JSON representation
The Welcome Bundle is a widget for displaying a welcome screen with a Do-Not-Show-Again checkbox.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-welcome
- Owner: conterra
- License: apache-2.0
- Created: 2018-01-25T08:13:54.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T09:32:25.000Z (2 months ago)
- Last Synced: 2026-01-14T12:21:49.587Z (2 months ago)
- Topics: 3x, 4x, highlight, mapapps, usability
- Language: TypeScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_welcome/index.html
- Size: 15.8 MB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-welcome/actions/workflows/devnet-bundle-snapshot.yml)


# Welcome bundle
The Welcome Bundle is a widget for displaying a welcome screen. You can either configure it as a disclaimer, with a "I agree"-checkbox, or as a general start screen with a "Do-Not-Show-Again"-checkbox.
## Sample app
https://demos.conterra.de/mapapps/resources/apps/public_demo_welcome/index.html

## Installation guide
1. Add the bundle `dn_welcome` to your app.
2. Customize the content of the welcome window as described in the [Documentation](https://github.com/conterra/mapapps-welcome/tree/main/src/main/js/bundles/dn_welcome) of the `dn_welcome` bundle.
## Development guide
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
```