Skip to content

conterra/mapapps-editing-bulkaction

Repository files navigation

devnet-bundle-snapshot Static Badge

Editing Bulk Action

This bundle adds a bulk action to the result UI, allowing users to open the editing widget with multiple selected features.

Screenshot App

Installation Guide

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:

# 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

To execute the tests in your browser, open http://localhost:9090/js/tests/runTests.html (may be on a different port depending on your configuration).

For more details refer to the Developer's Guide.