Skip to content

The Popups Types bundle allows to configure popup templates in a central place and to reuse them more often.

License

Notifications You must be signed in to change notification settings

conterra/mapapps-popups-types

Repository files navigation

devnet-bundle-snapshot Static Badge Static Badge

Popups Types Bundle

The Popups Types bundle allows to configure popup templates in a central place and to reuse them more often.

Sample App

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

Installation Guide

dn_popupstypes 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