> For the complete documentation index, see [llms.txt](https://docs.jakarto.com/guide-jakartowns/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jakarto.com/guide-jakartowns/en/jakartowns/tutoriels/tuiles-matricielles.md).

# View Tile Data from Tiles on Jakartowns

You can **enhance the 2D reference map by displaying the tiled layer created by** [**Tiles**](https://docs.jakarto.com/guide-tiles/en)**.** These images (also called raster tiles) are generated on-the-fly from LiDAR data.

1. Use the "Jakarto icon" button to display LiDAR data projected at ground level. A temporal selection allows you to request the corresponding layers based on available years of data collection.

Several styles are available. Try the "**Intensity**" style (showing different levels of reflectivity according to LiDAR sensors) or "**Verticality**" (an original way to showcase terrain relief and sharp breaks in the digital terrain model).

The richness and level of detail of these images will help you better visualize cracks, pavement markings, manholes, and curbs.

<figure><img src="https://github.com/jakarto3d/docs-gitbook/blob/main/space-jakartowns/en/.gitbook/assets/Raster%20(2).png" alt=""><figcaption></figcaption></figure>

## Want to use these tiled layers in your own GIS?

Our Tiles web service is designed for that! Instructions are provided in [the Tiles Service Guide](https://docs.jakarto.com/guide-tiles/en). Your GIS will be enriched with these beautiful tiled layers.


---

# 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.jakarto.com/guide-jakartowns/en/jakartowns/tutoriels/tuiles-matricielles.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.
