项目作者: conterra

项目描述 :
The Related Tables bundle extends popups to display data from related tables.
高级语言: JavaScript
项目地址: git://github.com/conterra/mapapps-related-tables.git
创建时间: 2018-01-15T13:31:41Z
项目社区:https://github.com/conterra/mapapps-related-tables

开源协议:Other

下载


Related Tables

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

Screenshot App

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/downloads_relatedtables4/index.html

Installation Guide

Requirement: map.apps 4.9.0

dn_relatedtables Documentation

⚠️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).

Then run the following commands from the project root directory to start a local development server:

  1. # install all required node modules
  2. $ mvn initialize
  3. # start dev server
  4. $ mvn compile -Denv=dev -Pinclude-mapapps-deps
  5. # run unit tests
  6. $ mvn test -P run-js-tests,include-mapapps-deps