🚀Tiles Guide

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

Tile with intensity style
Example of tiles with different styles

Key Information

  • Explore data availability and style rendering from the Tiles service 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

Last updated