# Guide Tiles

**Tiles** est notre service web permettant d’accéder à un flux de tuiles matricielles qui facilite l’intégration des données LiDAR dans votre univers cartographique.

<figure><img src="/files/Iuzi9haXXk8iwaQG9N2x" alt=""><figcaption><p>Tuile matricielle avec le style d'intensité</p></figcaption></figure>

<figure><img src="/files/2zyiZNGepPhrn3P7L3IB" alt=""><figcaption><p>Exemple de tuiles matricielles avec différents styles</p></figcaption></figure>

## Informations principales

* [Description générale du produit](https://www.jakarto.com/fr/produits/tiles).
* Explorer la disponibilité des données et le rendu des styles depuis la page web du [service Tiles](https://tiles.jakarto.com).
* Adresse URL du flux WMTS à retenir : `https://tiles.jakarto.com/v1/wmts`
* Adresses URL du fluw XYZ tile :
  * Style Intensité : `https://tiles.jakarto.com/v1/xyz/{z}/{x}/{y}?crs=webmercator&style=max_intensity`
  * Style Intensité des points bas : `https://tiles.jakarto.com/v1/xyz/{z}/{x}/{y}?crs=webmercator&style=low_z_max_intensity`
  * Style Verticalité : `https://tiles.jakarto.com/v1/xyz/{z}/{x}/{y}?crs=webmercator&style=verticality`
  * Style Classification : `https://tiles.jakarto.com/v1/xyz/{z}/{x}/{y}?crs=webmercator&style=classification`
  * Style Ombrage : `https://tiles.jakarto.com/v1/xyz/{z}/{x}/{y}?crs=webmercator&style=hillshade`


---

# 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.jakarto.com/guide-tiles/fr/readme.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.
