Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.78 KB

File metadata and controls

39 lines (26 loc) · 1.78 KB

devnet-bundle-snapshot Static Badge Static Badge

Printing Enhanced

The Printing Enhanced Bundle extends the Printing bundle by further capabilities.

Screenshot App

Sample App

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

Installation Guide

Requirements:

Simply add the bundle "dn_printingenhanced" to your app.

dn_printingenhanced 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