The Batchupdate Bundle allows the update of feature attributes in the result-ui in batches.
https://demos.conterra.de/mapapps/resources/apps/public_demo_batchupdate/index.html
- Add the bundle
dn_batchupdateto your app. - Configure batchupdate tools as described in the Documentation.
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