> For the complete documentation index, see [llms.txt](https://docs.besmart.software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.besmart.software/be.smart-infrastructure/site-management/integrations-and-extensions/geoview-integration.md).

# GeoView -integration

GeoView is a solution which allows its users to collect images and store these on a server. The image metadata contains detailed information about the image, such as location and azimuth.

The GeoView -integration in Site Management enables to view the collected images in Site Management map interface. Combine the design or as-built models with up-to-date images from the site.

Using the GeoView -integration requires an active GeoView subscription.

![](/files/33540c41e2edcbd5cd38efe0d398003ec4da5719)

Start the GeoView -integration by clicking "**GeoView"** from the Integrations -menu

### Sign in

Begin the sign in by copying and pasting the URL of the GeoView server to the respective field. Continue by adding your own credentials to the dialog and click "**Log in"** to proceed.

![](/files/30be436338f50f253de603a427a59d662db3bc9d)

### Main menu and filters

After a successful log in the main menu and filters -dialog opens.

![](/files/2598a68af5bd683f020ddc85fd97424f11a17359)

The first two check-boxes define whether images and tracks are shown on the map.

The third check-box, Filter results, defines specific filter allowing to view only images for example from specific dates.

{% hint style="info" %}
If there is no need for filters, leave the check box empty.
{% endhint %}

### Images

If the "**Show images on the map"** -check box is active, the images from GeoView server can be viewed in the map interface. The Main menu and filters -dialog may be closed.

The images are displayed as a camera -icon on the location that is in the metadata of the file.

![](/files/5ff75b079fda0124c270d0d935b403ce1ede7e39)

Images can be selected by clicking left mouse button on top of the icon. Selecting an image opens a preview of the image, its metadata and the red viewing cone on the map. To view a bigger image and complete metadata, click **Expand** and a new dialog opens.

![](/files/d4cf43f58203ee2b62cc1972228d42f5eec0e9b1)

The dialog that opens contains more metadata about the image and bigger picture. There are three things that can be done in this menu. First if the image is part of a track, rewind and fast forward -buttons allows to move to the next or previous image of the track.

Panorama view opens a separate viewer for 360 imagery.

Open in a new tab on the right bottom corner opens the selected image in real size.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.besmart.software/be.smart-infrastructure/site-management/integrations-and-extensions/geoview-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
