Getting tiles | Tiles export | Urbi Documentation
Tiles export

Getting tiles in the MVT format

To get access to Urbi map tiles, deploy the On-Premise system in your environment with a minimum set of services.

  1. Fill in the form at urbi.ae to purchase a license for the On-Premise solution. Specify which territories you need to cover with map tiles.

    For more information on the On-Premise architecture and included services, see the documentation.

  2. Take all steps to prepare for installation and get installation artifacts.

  3. Install the minimum set of services required for the On-Premise operation:

    1. license service
    2. API keys service
  4. Install Tiles API (the map tiles provider).

    In the configuration file for deploying Tiles API, specify the type of provided tiles:

    types:
        - kind: mapbox
    
  5. Export the tiles using the link below:

    https://<domain>/mapbox/mapbox/{z}/{x}/{y}.mvt
    

    Where domain is the Tiles API domain name that you specify during installation.

    Important

    The size of exported tiles is 6-14 GB.