https://github.com/conterra/mapapps-labeling
This bundle labels features with border length and optional additional attributes.
https://github.com/conterra/mapapps-labeling
4x analysis mapapps
Last synced: 28 days ago
JSON representation
This bundle labels features with border length and optional additional attributes.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-labeling
- Owner: conterra
- License: apache-2.0
- Created: 2022-02-22T07:49:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-20T14:46:40.000Z (4 months ago)
- Last Synced: 2025-11-20T15:28:22.632Z (4 months ago)
- Topics: 4x, analysis, mapapps
- Language: TypeScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_labeling/index.html
- Size: 2.65 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-bookmarks/actions/workflows/devnet-bundle-snapshot.yml)


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

## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_labeling/index.htm
## Installation Guide
Simply add the bundle "dn_labeling" to your app.
[dn_labeling Documentation](https://github.com/conterra/mapapps-labeling/tree/main/src/main/js/bundles/dn_labeling)
## 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
```