/mapapps-labeling

This bundle labels features with border length and optional additional attributes.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

devnet-bundle-snapshot Static Badge Static Badge

Labeling

The Labeling Bundle labels features with border length and optional additional attributes.

Screenshot App

Sample App

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

Installation Guide

Simply add the bundle "dn_labeling" to your app.

dn_labeling 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