https://github.com/conterra/mapapps-resultcenter
https://github.com/conterra/mapapps-resultcenter
mapapps
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/conterra/mapapps-resultcenter
- Owner: conterra
- License: apache-2.0
- Created: 2025-06-18T05:51:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-20T09:03:56.000Z (about 1 month ago)
- Last Synced: 2026-05-20T11:56:23.597Z (about 1 month ago)
- Topics: mapapps
- Language: JavaScript
- Homepage:
- Size: 2.54 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# mapapps-resultcenter
The bundles `dn_resultcenter` and `dn_selection-resultcenter` provide functionality to display tabular data.

## Build Status
[](https://github.com/conterra/mapapps-resultcenter/actions/workflows/devnet-bundle-snapshot.yml)
## Sample App
[T.B.D]
## Installation Guide
**Requirements:**
- map.apps 4.20.0 or later
Simply add the bundles "dn_resultcenter" and optional the bundle dn_selection-resultcenter to your app.
[dn_resultcenter Documentation](https://github.com/conterra/mapapps-resultcenter/tree/master/src/main/js/bundles/dn_resultcenter)
[dn_selection-resultcenter Documentation](https://github.com/conterra/mapapps-resultcenter/tree/master/src/main/js/bundles/dn_selection-resultcenter)
## 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
```
## Theming
Both bundles provide their own styles for map.apps default everlast, winter, spring, summer and autumn themes through a `themes-extension`. Styles provided, are precompiled for an easy usage.
If you want to create your own theme for a custom project, you find the required less files for bot bundles in src/main/js/theme-custom