List View - Configuration

The List View is configured in this section. In the finished app, you can open the List View by clicking the icon overflowMenu icon next to the enabled layers in the Content window.

The functionality of the List View in the app is described here.

Clicking on icon edit opens the configuration window, which shows the available configuration options.

image listview
Figure 1. Menu for the configuration of the list view

General Configuration

The table below describes the available general settings:

Option Description

Maximum window height

Defines the maximum height of the list view window in pixels.

Viewpoint distance

The distance between the camera and the feature when zooming.

Highlight search term matches

If enabled, matching search terms are highlighted in the list.

Templates Configuration

To add a new template, click on the icon plus icon in the Templates configuration section. This will open the template editor to select layers and define a template for list elements.

When the template editor is open, you can configure the following options:

Option Description

Select layers

Choose which layers to include or exclude for the template.

Template

Define the display format of the list elements using placeholders for feature attributes.

Example 1:

# Name\n{{name}}\n## A feature property\n{{properties.propertyName}}

Example 2:

# A nested property\n{{properties.object.property}}