> For the complete documentation index, see [llms.txt](https://docs.libnova.com/libnova-openaccess-es/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.libnova.com/libnova-openaccess-es/interfaz-de-usuario/interfaz/inicio-y-navegacion/vista-de-mapa.md).

# Vista de Mapa

![](/files/4xl6VCxK23Hd2n9dy2Mm)

Visualiza los registros por ubicación con la posibilidad de ver su localización exacta en el mapa.

A continuación se detallan las diferentes opciones de esta vista:

* **Marcadores:**

![](/files/izdZ7NGZQCrOk9rS9GYK)

Cada uno de los **marcadores** representa la ubicación real de los registros. La **miniatura**, el **título** con el **enlace** a la vista del registro están disponibles, simplemente haciendo clic en ellos.

* **Layers:**

![](/files/BOXyKlvmAKqf7lQbyzFt)

Vistas o capas disponibles para el mapa. Aquí están disponibles la **vista de satélite** y la **vista de calles.**

* **Vista de las calles:**

![](/files/byT02naw7S4o7qG0aoUE)

Ver las calles del mapa con todos los marcadores de los registros.

* **Zoom:**

![](/files/uuaTGhhTU53jCG4TDYE4)

Existe la posibilidad de acercar y alejar el mapa.

{% hint style="info" %}
**Nota:** Acercando el zoom muestra las agrupaciones y alejando el zoom se agrupan los marcadores en las agrupaciones.
{% endhint %}

**Registros destacados:**

![](/files/7lrtX70bRWtJAY1PZ6VC)

Muestra los registros más importantes a los que se accede (objetos individuales).

Aquí se encuentran todos los registros destacados. *Destacado* está integrado con un deslizador que ofrece una mejor experiencia al ver los registros, puede ir de izquierda a derecha.

**Colecciones**

![](/files/AuASHEJFh69MddRTt8Ho)

Las principales **Colecciones** se presentan de forma ordenada y mostrando su miniatura. Con ello se facilita el acceso a los registros de la colección.


---

# 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.libnova.com/libnova-openaccess-es/interfaz-de-usuario/interfaz/inicio-y-navegacion/vista-de-mapa.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.
