> For the complete documentation index, see [llms.txt](https://docs.jakarto.com/guide-tiles/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-tiles/en/readme.md).

# Tiles Guide

**Tiles** is our web service that provides access to a tile stream, facilitating the integration of LiDAR data into your mapping environment.

<figure><img src="https://3485357749-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCHiX8A669iM911WAPpm%2Fuploads%2Fgit-blob-a404c43dfd5421cbe96fa5acf3f0a86e34074ae2%2Fintensity-style.png?alt=media" alt=""><figcaption><p>Tile with intensity style</p></figcaption></figure>

<figure><img src="https://3485357749-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCHiX8A669iM911WAPpm%2Fuploads%2Fgit-blob-19715caec06a6d09062e2b4c63b53fcad7056345%2FCouches.png?alt=media" alt=""><figcaption><p>Example of tiles with different styles</p></figcaption></figure>

## Key Information

* [General product description](https://www.jakarto.com/en/products/tiles).
* Explore data availability and style rendering from the [Tiles service](https://tiles.jakarto.com) webpage.
* WMTS stream URL to remember: `https://tiles.jakarto.com/v1/wmts`
* XYZ tile stream URLs:
  * Intensity Style: `https://tiles.jakarto.com/v1/xyz/{z}/{x}/{y}?crs=webmercator&style=max_intensity`
  * Low Z Max Intensity Style: `https://tiles.jakarto.com/v1/xyz/{z}/{x}/{y}?crs=webmercator&style=low_z_max_intensity`
  * Verticality Style: `https://tiles.jakarto.com/v1/xyz/{z}/{x}/{y}?crs=webmercator&style=verticality`
  * Classification Style: `https://tiles.jakarto.com/v1/xyz/{z}/{x}/{y}?crs=webmercator&style=classification`
  * Hillshade Style: `https://tiles.jakarto.com/v1/xyz/{z}/{x}/{y}?crs=webmercator&style=hillshade`
