Deployment is currently handled using Docker.
To monitor correctly using New Relic, it is necessary to update the config.js to contain appName with the name which will be displayed in the panel.
There are multiple options. First of them is toggles, which decides which parts of the configuration will be available. Second option is the basic background map.
It disables 2D map and starts in the 3D map mode.
It disables Evaluation tool.
It disables map tools.
It disables saved Views.
It disables visualisation related content.
It disables options for snapshoting.
It disables context help.
It disables the option to change Scope.
It disables the option to change Theme.
It disables the option to show areas.
It contains keys to decide what background layer should be set by default for the scope: osm, cartoDb, bingAerial, landsat
It contains keys representing the background layers, which won't be available. The options: osm, cartoDb, bingAerial, landsat
It is used to handle cases for too many analytical units.
The option topBottomPanel changes ordering to use the ordering in the panel instead of the last is on the top which is default.
This options asks user to log in before moving further unless the user is already logged in.
This options changes the language of the texts in the application.
The components are versioned. It is possible to get the versions on the endpoint /rest/fo/version, /rest/bo/version and /rest/backend/version. To allow this it is necessary to update build to produce version.txt in the relevant directories.
It is now possible to update users and groups with all the permissions using one call. It isn't possible anymore to use the old approach with adding and removing permissions.