> For the complete documentation index, see [llms.txt](https://docs.geodin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geodin.com/maps/digitizing-objects.md).

# Digitizing Objects

GeoDin Maps lets you select, search, and display GeoDin objects on the map, tune how each layer behaves, and draw new point, line, and area objects directly into your database. This page is the reference for the map window's object tools - layer properties, the detail and search panels, mini graphics, and the four-step object digitisation flow.

## Reference: Properties

**Objects selectable**

Use this option to make objects from this layer selectable. Uncheck this option if a layer only contains objects which shall not be selected.

**Show in overview map**

Select this option to display the selected layer in the overview map in the lower left corner.

## Reference: Display for object data

In this view, details about the currently selected GeoDin objects in the map are displayed. The layouts used can contain links to other layouts, making it possible to browse the detail data of the objects.

Elements with links can be identified by their colour and the different mouse cursor. Click on the object link to display further detailed information about the object.

## Reference: Quick search

In the Quick Search field, simple searches for objects on the map can be made to navigate to these objects. After entering the search key word, a dropdown list shows all items where the condition is true. By pressing the ENTER-Key or by clicking on the symbol to the right , the object can be highlighted.

The search field can be configured to different searches (depending on the layer), as described in **Quick search**.

## Reference: Preferences

**Draw scalebar**

Choose this option to draw a scale bar in the lower right corner of the map window.

**Flash existing objects while selecting in GOM**

Elements selected in the GeoDin object manager (GOM) can be selected to blink in the Map. The objects from the object manager can be easily recognized in the map.

Only objects which can be displayed in the map will blink, objects not in the map are ignored.

## Reference: Adding map data to the document management

Preparing GIS data for GeoDin Maps is covered in [Getting Started with Maps](/maps/getting-started-with-maps.md).

## Reference: Search in polygons

You can use this tool to make a location-based selection of objects. All objects in a previously selected polygon of a surface layer are selected.

**Polygon layer:**

Select one of the offered polygon layers that contains one or more polygons in which GeoDin objects are to be searched.

**Selection / or Condition**

If the option Selection is selected, select one or more polygons of the surface layer defined in the first step by clicking on them on the map. If you want to select the corresponding surface layer according to defined attributes, use the option Condition and enter the corresponding data using the SQL syntax.

*\[Buffer]*

If you would like to optionally set an extended search radius around the selected surface layers, enter this in meters.

**GeoDin-Layer:**

Specify the layer that contains the GeoDin objects to be determined. Note: Only layers with GeoDin objects are available for selection, no other point layers added to the map (\*.shp or similar). If \[Automatically update preview ] is checked, the found objects are displayed in the preview window (loading process varies depending on the scope of the search result).

**Select objects**

By clicking on \<Select objects> the selected objects are displayed at the node "Object selection" in the GeoDin object manager.

If a layout is displayed in the [Display for object data](/maps/digitizing-objects.md) of the map, it is filled with the data of the found objects. It is recommended to use a layout with [Multi object frame](/visualization-layouts-and-reporting/creating-custom-layouts/object-frames.md) if more than one object is found by the "Search in polygons".

## Reference: Mini graphics for the layer

With the option "**Mini graphics**" you can place your objects in the map layouts of your choice, e.g. showing a *drill log* or a *measurement diagram*.

Add a new layout with the buttons **Add New Element** (to the end of the layout list) or **Insert New Element** (above the selected layout).

With the button ![Duplicate](/files/HQXLWhX4LaDBv7vB0fpU) **Duplicate element** you duplicate the selected layout. If you want to make changes to the list without an immediate update, use the button **Edit without update** .

The following setting options are available for editing the mini graphics:

(All changes are immediately visible on the map so you can check the result immediately.)

*\[Activated]*

By ticking the box, the mini graphic is visible on the map. So you can keep numerous layouts available on the object layer, only the activated ones will be displayed.

**Layout:**

Select a layout by navigating to the storage location using the button on the right.

**Alignment:**

Here you set how the layout should be aligned to the object symbol.

**Transparency:**

If you want to make the mini graphics inserted into the map transparent in order not to cover the underlying map completely, move the slider until the desired result is achieved.

**Max. allowed image overlapping %:**

Depending on the zoom level and the proximity of the holes to each other, layouts may overlap. To optimize the display, you can set the maximum allowed overlap of adjacent layouts in % of the layout area.

*\[Draw frame]*

Check the box to draw a frame around the layout whose color and line width you can specify.

## Reference: Digitise object

With the function "Digitise objects" it is possible to draw point, line and area objects directly in GeoDin Maps and save them as objects.

The digitisation process takes place in four steps.

**Choose object type and destination project**

**Map contents to GeoDin data fields**

[Create geometry in the map window](/maps/digitizing-objects.md)

[Input general data](/workspace-and-data-management/creating-objects/general-data.md)

In order to digitise objects in the integrated GIS, it is assumed that the map has a coordinate system.

### Choose object type and destination project

Defining the type of object and the target object is the first step in digitising objects in the maps module. Various settings can be made in a new window that opens when the function is started.

In the **object type** field, the type of object to be created can be selected; only object types that provide GEOWKT geometry tables are permitted. These object types (e.g. examination areas) must be installed beforehand.

In the next section, the project assignment for the new object is defined. There are two possibilities for this:

1. Manual assignment: simple selection of the project in which the object is to be saved later.
2. Definition via a field of a map layer: the field must contain the PRJID (for this case, use the button **<...>** in field "Take from map" and select the corresponding field in the new window).


---

# 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.geodin.com/maps/digitizing-objects.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.
