> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-sdk-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-sdk-manual/sdk-editor/location/ovrmap-editor-settings.md).

# OvrMap Editor Settings

### What is OvrMap?

OvrMap is the feature that takes the OVER AR Metaverse to a whole new level. Currently, when placing ('geolocalizing') an AR asset in an OVRLand there’s the limitation of GPS accur acy, usually no better than around six meters. However, using OvrMap to map an OVRLand will have a placement precision of around 20 centimetres.

{% embed url="<https://ovr-assets.s3.eu-central-1.amazonaws.com/unity-sdk/videos/m2e-post.mp4>" %}

The OvrMap Editor Settings enable the possibility to use the mapping generated through the OVER app to reposition 3D assets in a coherent way with respect to the real word environment.

<figure><img src="/files/dZ2F0sT4jqxJBRZYx0Bs" alt=""><figcaption><p>Example of a mapping inside an OVRLand</p></figcaption></figure>

<figure><img src="/files/GsVy9ZgM5htwyMpdg8u8" alt=""><figcaption><p>Example of a mapping inside an OVRLand with a 3d asset of a cat on the table</p></figcaption></figure>

### How does it work?

<figure><img src="/files/GUi8S7FQ4aw6RCRUV1em" alt=""><figcaption><p>Zoomed version</p></figcaption></figure>

In the OvrMap editor settings section, you can see and choose between all the maps you have completed or bought. By selecting 'Workspace' from the <mark style="color:green;">OVRLand</mark> section, you will see all the maps linked to your account.&#x20;

Next, by selecting one of your OVRLands from the <mark style="color:green;">OVRLand</mark> section, you will see only the maps related to the selected OVRLand.

Once you have chosen the OVRLand and the relevant map, click on the load map button to download and spawn the generated 3D Gaussian Splatting model in the scene.

In addition to Gaussian Splatting, you can also load the map in legacy mode, which will provide a 3D point cloud version of the mapping.

If you mapped an OVRLand in which you don't have the rights to publish, you can still test the placement of the the asset ('localization') by publishing in your OVER Workspace and visiting the mapped location.

For further information please read [OvrMap Setting](/over-sdk-manual/sdk-editor/location/ovrmap-editor-settings/ovrmap-setting.md)

<figure><img src="/files/OhNhG310VwZxeXcSscwY" alt=""><figcaption></figcaption></figure>


---

# 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.overthereality.ai/over-sdk-manual/sdk-editor/location/ovrmap-editor-settings.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.
