# What are the OVRMaps

**OVRMaps** are **3D Maps**—digital twins—of the physical world, created by the **OVER Community** using smartphone cameras. Each map covers an average of **300 square meters** and is created from 400 to 1000 multiview pictures. OVER processes these images with **AI algorithms** to generate a 3D model of the location. These maps are tied to their geographic coordinates, sharing the same **H3 geographic** **reference system** by Uber as OVRLands.

{% embed url="<https://ovr-assets.s3.eu-central-1.amazonaws.com/wiki_OVRMap.mp4>" %}

{% embed url="<https://maps.ovr.ai/embed/1f0dfb53-5b50-4ec6-ae5c-bd06c6e77056_e7ba895f2d24abbbabe1ad8bcad9ff8b78d50f99aa46a2f8e40c3e3c925e0002>" %}
See it in action!
{% endembed %}

## The OVER Mapping Process

OVER Mapping is a **permissionless activity**; anyone with the OVER App can map any location. Mappers can either own their map as an NFT or sell it to OVER through the **Map2Earn program**. This program incentivizes mappers with **OVR Tokens** for scanning high-traffic or high-value locations worldwide.

## OVRMaps Applications

OVRMaps represent the 3D structure of physical locations and enable various applications in **Physical AI**:

* [**Foundation Vision Models Training**:](/over-wiki/physical-ai/physical-ai-foundation-models-for-robotics.md) The multiview pictures captured during mapping are used to train AI models that empower machines and robots understand and interact with the physical world.
* [**XR Publishing and Browsing**:](/over-wiki/web3-xr/ovrmaps-for-xr.md) Mapped locations can be explored remotely using real-time Gaussian Splat representations. This allows users to publish XR (Extended Reality) content remotely by using the 3D reconstruction as a reference. This also enables AR (Augmented Reality) content to be anchored to specific physical locations using the Visual Positioning System (VPS).
* [**VPS Camera Pose Estimation Service:**](/over-wiki/over-vps/over-visual-positioning-system-vps.md) Once a location is mapped, the OVER VPS service can precisely estimate a camera’s position and orientation in 3D space with centimeter-level accuracy. This capability is crucial for machines and robots, allowing them to accurately determine their location and bearing within a 3D environment.


---

# Agent Instructions: 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.overthereality.ai/over-wiki/3d-maps/what-are-the-ovrmaps.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.
