Skip to content

conterra/mapapps-editing-usernameprocessor

Repository files navigation

mapapps-editing-usernameprocessor

This bundle registers an EditorInterceptor that provides the current username to the editing bundle.

Sample App

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

Installation Guide

Requirements:

  • map.apps 4.9.0 or later

Simply add the bundle "dn_editingusernameprocessor" to your app.

dn_editingusernameprocessor Documentation

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