This bundle adds a bulk action to the result UI, allowing users to open the editing widget with multiple selected features.
- map.apps 4.20.0 or later
- dn_editing-bulkaction Documentation
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-depsTo 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.
