> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/sichten/karte.md).

# Map

The JUNE5 map allows you to display and evaluate different types of features on a map. The map has a time reference and the features can be independently configured and used in multiple maps.

## Properties

The following properties of the map can be configured in the *Properties Window*:

* Name
* Identification
* [Start Time](/june5-3.7/en/webanwendung/sichten/startzeit.md) (automatically with current timestamp, absolute or relative)
* Type
* Define map section
* Icon Size
* Widget Border Color (*only in Dashboard!*)
* Widget Border Width (*only in Dashboard!*)

## Ad Hoc Settings

These settings are located in the vertical toolbar. The vertical toolbar is positioned on the left side of the object. The buttons on the vertical toolbar are disabled when the properties window is opened!

The vertical toolbar provides buttons for the following settings.

* Refresh *(loads newly available values from the data source).*
* Add New Sub-Object (Dynamic Route, Static Route or Location)
* Set Time *(opens a modal window where the time point/range can be adjusted).*
* Previous Time Interval
* Next Time Interval
* Current Control (Determines the function type of the mouse pointer. E.g.: Standard, Swipe or Zoom)
* Display (Determines the display of the object in combination with the value table)

## Creating/Editing a Feature

After clicking the button with the *plus symbol* in the toolbar, a new feature can be created from a dropdown menu. The features are listed on the left in the selected list and can be reconfigured from there using "Edit".

### Dynamic Route

Dynamic routes allow you to track and analyze the distance traveled within the defined time range.

| Name                    | Name of the dynamic route                                                                                               |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| Identification          | Identification of the dynamic route                                                                                     |
| Latitude (Measurement)  | Measurement with the latitude values (Type: Number -90° - 90°)                                                          |
| Longitude (Measurement) | Measurement with the longitude values (Type: Number -180° - 180°)                                                       |
| Map Symbol              | Selection of the symbol with which the current position is displayed                                                    |
| Color                   | Basic color of the displayed route                                                                                      |
| Highlight (Measurement) | Measurement with which route segments can be highlighted. Up to 4 different color levels can be defined (Type: Number). |
| Measurements            | Optional measurements for analysis                                                                                      |

### Static Route

Static routes can be displayed via files with coordinates.

| Name               | Name of the static route           |
| ------------------ | ---------------------------------- |
| Identification     | Identification of the static route |
| Color              | Basic color of the displayed route |
| Upload Coordinates | File with coordinates              |

Format:

```json
{
   "type": "MultiLineString",
   "coordinates": [
      [
         [ 8.318, 53.369 ],
         [ 9.395, 53.454 ],
         [ 9.395, 52.848 ],
         [ 9.00, 52.211 ],
         [ 8.318, 52.761 ],
         [ 8.318, 53.369 ]
      ]
   ]
}
```

### Location

Locations are individual coordinates that can be selected on the map.

| Coordinates    | The coordinates of the location. These can be selected manually either on the map by clicking the mouse or entered |
| -------------- | ------------------------------------------------------------------------------------------------------------------ |
| Name           | Name of the location                                                                                               |
| Identification | Identification of the location                                                                                     |
| Map Symbol     | Selection of the symbol with which the location is displayed                                                       |
| Color          | Color of the location                                                                                              |
| Object List    | List of custom objects that can be assigned to the location                                                        |

## Analysis - Context Menu

### Location

Clicking on the location opens the context menu. Information about the location is displayed here. By clicking on the objects in the object list, they can be displayed.

The edit button can be used to open the configuration interface of the location again.

### Dynamic Route

Clicking on the dynamic route opens the context menu. Information about the route is displayed.

| Edit                  | Opens the configuration interface                                 |
| --------------------- | ----------------------------------------------------------------- |
| Analyze Entire Route  | Displays the data of the entire route in a table                  |
| Analyze Route Section | Displays the data of the selected route section in a table        |
| Jump to Start         | The map section is centralized at the starting point of the route |
| Jump to Destination   | The map section is centralized at the end point of the route      |

## Printing

Printing is described in the chapter [Printing](/june5-3.7/en/webanwendung/sichten/drucken.md).

## Delete

To delete a map object, you can press the auxiliary button with the three dots to the right of the value table in the object list on the left. In the following drop-down menu, the delete button appears, identifiable by the *trash can symbol*. Once this is pressed, the value table is permanently deleted.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.videc.de/june5-3.7/en/webanwendung/sichten/karte.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
