Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.03 KB

Highlight Config

The Highlight Config bundle adds the possibility to set highlightOptions via configuration.

Screenshot App

Sample App

https://demos.conterra.de/mapapps/resources/apps/downloads_highlight-config/index.html

Installation Guide

Requirement: map.apps 4.14.0

dn_highlightconfig 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