https://github.com/conterra/mapapps-popups-types
The Popups Types bundle allows to configure popup templates in a central place and to reuse them more often.
https://github.com/conterra/mapapps-popups-types
4x mapapps popups
Last synced: 29 days ago
JSON representation
The Popups Types bundle allows to configure popup templates in a central place and to reuse them more often.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-popups-types
- Owner: conterra
- License: apache-2.0
- Created: 2019-12-13T13:56:44.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-23T12:10:12.000Z (8 months ago)
- Last Synced: 2025-07-23T14:20:36.056Z (8 months ago)
- Topics: 4x, mapapps, popups
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_popupstypes/index.html
- Size: 1.77 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-popups-types/actions/workflows/devnet-bundle-snapshot.yml)


# 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/public_demo_popupstypes/index.html
## Installation Guide
[dn_popupstypes Documentation](https://github.com/conterra/mapapps-popups-types/tree/master/src/main/js/bundles/dn_popupstypes)
## 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
```