Skip to content

conterra/mapapps-popups-action-screenshot

Repository files navigation

Popups Action Screenshot

This bundle adds a new action to save popup contents to a file.

Build Status

devnet-bundle-snapshot

Screenshot App

Sample App

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

Installation Guide

Requirement: map.apps 4.11.0

dn_popups-action-screenshot 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