Skip to content

conterra/mapapps-welcome

Repository files navigation

devnet-bundle-snapshot Static Badge Static Badge

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/downloads_welcome/index.html

Screenshot App

Installation guide

  1. Add the bundle dn_welcome to your app.
  2. Customize the content of the welcome window as described in the Documentation of the dn_welcome bundle.

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