Application Footer Settings

This section configures the footer of the application. The footer is displayed at the bottom of the application and can contain various elements.

Option Description

Create an imprint via a URL or a markup text. If both are present, the URL is preferred.

Create the privacy policy via a URL or a markup text. If both are present, the URL is preferred.

  • Position display on

Display the current position on the map. Here, the behavior of the position display in the footer is defined. It is possible to update the position display on click in the map or to update it with every mouse movement

It should be noted that a permanent update of the position will affect the speed of the application’s display.

  • Oblique image display

Here, the information display for oblique images in the footer can be overridden. By default, the display of oblique images in the footer is shown as follows:
`Oblique image: <Image name>-<View direction>`
Here, it is possible to define your own text for the display or to generate an individual text using a template. The following placeholders can be used:
+{{name}}+ - Name of the oblique image
{{viewDirection}} - View direction of the oblique image
{{meta}} - Metadata of the oblique image
{{viewDirectionAngle}} - View direction angle of the oblique image
{{groundCoordinates}} - Coordinates of the oblique image
{{centerPointOnGround}} - Center of the oblique image
{{projectionCenter}} - Projection center of the oblique image
{{averageHeight}} - Average height of the oblique image

Alternatively, an i18n key can be used to translate the text. An example could look like this:
"MyObliqueFooter.content" and in i18n as follows:
"MyObliqueFooter": { "content": "My image title: {{ name }} {{ viewDirection }}" }
"MyObliqueFooter": { "content": "My Oblique Title: {{ name }} {{ viewDirection }}" }

Imprint

Option Description

Title

A title can be entered that is displayed in the footer as a link to the imprint. This can also be specified as an translation key. Imprint is the default value.

URL to your imprint

The URL that links to the imprint of an external website.

Imprint source

You can choose between URL and Text. URL sets a link to the specified page, while the Text option allows the content to be defined individually using the Markdown text format.

Content of your imprint

The imprint can alternatively be written directly in the content text field. The Markdown text format Marked is used to automatically convert the text to HTML. The integrated text example should help you get started with the correct syntax. The content can also be specified as an translation key.

Data protection

Option Description

Title

A title can be entered that is displayed in the footer as a link to the privacy policy. This can also be specified as an translation key. Privacy is the default value.

URL to your privacy policy

The URL that links to the privacy policy of an external website.

Privacy policy source

You can choose between URL and Text. URL sets a link to the specified page, while the Text option allows the content to be defined individually using the Markdown text format.

Content of your privacy policy

The privacy policy can alternatively be written directly in the privacy editor’s content text field. The Markdown text format Marked is used to automatically convert the text to HTML. The integrated text example should help you get started with the correct syntax. The content can also be specified as an translation key.