https://github.com/conterra/mapapps-related-tables
The Related Tables bundle extends popups to display data from related tables.
https://github.com/conterra/mapapps-related-tables
3x 4x analysis mapapps
Last synced: 28 days ago
JSON representation
The Related Tables bundle extends popups to display data from related tables.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-related-tables
- Owner: conterra
- License: apache-2.0
- Created: 2018-01-15T13:31:41.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T09:33:38.000Z (8 months ago)
- Last Synced: 2025-07-14T10:15:45.431Z (8 months ago)
- Topics: 3x, 4x, analysis, mapapps
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/downloads_relatedtables4/index.html
- Size: 2.16 MB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-related-tables/actions/workflows/devnet-bundle-snapshot.yml)


# Related Tables
The Related Tables bundle adds a new popup to the app to display data from related tables.

The Related Tables bundle for Linie 3 can be found in the 3.x branch:
https://github.com/conterra/mapapps-related-tables/tree/3.x
## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_relatedtables/index.html
[dn_relatedtables Documentation](https://github.com/conterra/mapapps-related-tables/tree/master/src/main/js/bundles/dn_relatedtables)
⚠️**Attention the new version 6.x has a different configuration than the previous version 5**
The relationship templates are now configured via the relationship-IDs and not via the IDs of the linked layers as before.
## 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
```