/mapapps-batchupdate

This bundle offers an additional Result-UI action to edit items in bulk.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

devnet-bundle-snapshot Static Badge

Batchupdate Bundle

The Batchupdate Bundle allows the update of feature attributes in the result-ui in batches.

Sample app

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

Screenshot App

Installation guide

  1. Add the bundle dn_batchupdate to your app.
  2. Configure batchupdate tools as described in the Documentation.

Development guide

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