Release Notes 4.11

What’s New

Performance Improvements

map.apps 4.11 provides significant optimizations regarding a better performance. The display of the map and the initial start of an app are accelerated considerably. In addition, the visual performance perceived by the user is positively influenced by smooth, continuous transitions. Furthermore, database connections are optimized, requests are reduced and transferred files are compressed better.

For an even faster app launch, there is now a mode for pre-optimizing an app, which can be activated per app. This feature is still in beta in this release.

Legend in map content control (TOC).

The map content control can now additionally display the legend for individual layers. By default, the display is disabled to ensure backwards compatibility. It can be enabled with the showLayerLegend property.

Further new functions and improvements

  • The ArcGIS API for JavaScript used by map.apps as technical basis is updated to version 4.18 with this release. This leads to numerous improvements and bug fixes in the base technology.

  • The time until a user is logged out in case of inactivity can now be configured via a global setting.

A complete list of all changes can be found in changelog.

Update Notes

Separate rollout of line 3 bundles

If map.apps line 3 bundles are needed, they have to be installed as separate bundles from now on.

Database Model for Pre-optimized Apps

Changes need to be made to the database schema to support pre-optimized apps.

Two changes are necessary:

  1. The column PREOPTIMIZED has to be added on table APPS.

  2. The table APPS_ASSETS has to be created and indexed.

The update can be done either automatically or manually. In either way, the database user has to have permissions to create/alter tables and to add an index. After the update the permissions can be revoked again.

Automatic Update

Make sure, that the property db.hibernate.schemaUpdate=update in the appropriate config file is set. If you have not set or changed this setting so far, you do not need to make any changes. Restart map.apps to apply the update automatically.

Manual Update

Use the appropriate SQL script for your database in use:

Password for the map.apps administrator

From now on map.apps is shipped without a preconfigured default password for the administrator user. Thus, if not already done in a previous installation, the password must be set.

Updated default app

The templates for the so-called default app is updated. If you have not made any customizations, remove the files default-app-4.zip from the working directory. The path to this directory is defined using the parameter data.directory.location in the file %TOMCAT%\webapps\mapapps\WEB-INF\classes\custom-application.properties. At the first start, the new templates are copied there.

Customized splashscreens

If the map.apps installation, which is being updated, has its own index.html with customized init.css these files must be saved and reapplied after the update.

Discontinued Features

The following features are discontinued with this release:

  • Support for Internet Explorer 11 (and Microsoft Edge Legacy) is discontinued as of this version. This affects all apps of line 4 as well as the map.apps manager and the app overview.

  • The bundles of line 3 are no longer installed by default. They are still delivered in the rollout directory and can be uploaded via the map.apps Manager.

Dependencies

Line 4 Bundles

  • Esri ArcGIS API for JavaScript 4.18.1

  • ArcGIS Arcade 1.12

  • core-js 3.8.1

  • Dojo 1.16.3

  • dgrid 1.2.1

  • dstore 1.1.2

  • Moment.js 2.29.1

  • Vue.js 2.6.6

  • Vuetify.js 1.5.24

Line 3 Bundles

  • Esri ArcGIS API for JavaScript 3.25

  • Dojo 1.13.0

  • dgrid 0.3.17

  • xstyle 0.3.2

  • put-selector 0.3.6

  • dstore 1.1.2

  • Moment.js 2.22.1

Changelog

4.11.1

Line 4 Bundles (4.11.1)

New Features

MAPAPPS-5829

[Pre-Optimize] Disable actions in the /manager which cannot be used with pre-optimized apps

MAPAPPS-5830

[Pre-Optimize] Remove pre-optimize flags during app export

Fixed Issues

MAPAPPS-5823

Re-Introduce "apprt-request/request" and mark it as deprectated

MAPAPPS-5824

Unexpected warn logging about illegal id of "export_122232" folder during 'compat'

MAPAPPS-5821

[Editing] Update of "label" field of FeatureLayer during editing is not reflected

MAPAPPS-5826

[Manager] Order of apps incorrect when sorting by pre-optimized state

4.11.0

Line 4 Bundles (4.11.0)

New Features

MAPAPPS‑5763

Allow usage of "export default" in dijit widget files used in html templates

MAPAPPS‑5762

Allow usage of "export default" in i18n files

MAPAPPS‑5795

Avoid rollout with standard passwords

MAPAPPS‑5796

Prevent Logging of ClientAbortException

MAPAPPS‑5797

[Map] Allow to configure limit parameter for OGCFeatureLayer

MAPAPPS‑5817

[Performance] Delay/Prevent loading of invisible layers during startup

MAPAPPS‑5747

[Performance] Integrate Performance Timing API in statistics API

MAPAPPS‑5758

[Performance] Introduce "Pre-Optimize App" workflow/state

MAPAPPS‑5751

[Performance] Introduce caching mechanism for files from app management service

MAPAPPS‑5750

[Performance] Introduce prefetch.json to separate between module.js and files which should additionally be included into layer.js files

MAPAPPS‑5394

[Performance] Reduce database roundtrips

MAPAPPS‑5768

[Performance] Replace database connection pool 'c3po' by 'HikariCP'

MAPAPPS‑5779

[Performance] Show pre-optimized apps state in list of apps in map.apps Manager

MAPAPPS‑5755

[Performance] Start bundles "parallel" when possible

MAPAPPS‑5740

[Performance] Support creation of precompressed static assets in bundles during build

MAPAPPS‑5794

[System] Allow to configure time for automatic logout globally

MAPAPPS‑5051

[System] Separate line 3 bundles in rollout

MAPAPPS‑5769

[System] Update ArcGIS API for JavaScript to version 4.18

MAPAPPS‑5782

[TOC] Show legend for ArcGIS Feature layer inside the toc

MAPAPPS‑5320

[TOC] Show legend for MapImagery Layer inside the toc

Fixed Issues

MAPAPPS‑5809

[CoordinateConversion] Widget is not usable on mobile device (landscape mode)

MAPAPPS‑5807

[CoordinateConversion] Window/Widget exceeds screen width

MAPAPPS‑5706

[Domain Bundle] Services that are not allowed to access are visible in TOC

MAPAPPS‑5744

[Editing] Option initialState collapsed is not applied as expected when using formTemplates

MAPAPPS‑5786

[LiveConfiguration] Layout of Advanced Configuration broken

MAPAPPS‑5772

[Map] BlockedLayersRemover removes feature layer created with source property

MAPAPPS‑5773

[Map] BlockedLayersRemover works only for initial map configuration

MAPAPPS‑5790

[Map] Configuring sublayers on tile layers leads to runtime errors

MAPAPPS‑5799

[Map] Fix error reporting for WMTS layers that do not support the current spatial reference system

MAPAPPS‑5767

[Map] ViewParameterResolver defaults 3D camera to 90° if original value is exactly 0

MAPAPPS‑5814

[Map] WMTS not displayed correctly

MAPAPPS‑5766

[Map] Zoom parameter is not applied

MAPAPPS‑5808

[Measurement] Widgets are not usable on mobile device (landscape mode)

MAPAPPS‑5783

[Popups] Popups not working for MapImage layer

MAPAPPS‑5651

[Popups] Time extent is not applied

MAPAPPS‑5764

[Printing] Deactivated layers are printed when using fixed scale

MAPAPPS‑5652

[Printing] Time extent is not applied in printout

MAPAPPS‑5655

[Result Center] Select all tool inverts selection

MAPAPPS‑5770

[System] getProxiedUrl only works if proxy.use.rules is configured

MAPAPPS‑5785

[Themes] Css Animation 'shake' overwrites animation from vuetify and has to be renamed to 'error-shake'

MAPAPPS‑5804

[Webapp] grouplayer.remove(…​) does not refresh the view

MAPAPPS‑5539

[Windowmanager] Windows can be moved outside viewport when using fixEdgesInViewPort

MAPAPPS‑5776

[mapdraw-api] Drawing single point extents fails

MAPAPPS‑5737

[selection-ui] Polygon disappears when drawing if the extent is changed with the arrow keys