Introduction to map tile services

Map tile service for global landcover at small scales (global to regional)

What is a map tile service?

A map tile service, also known as a raster tile service, is a data service that provides access to tile data. The tiles are composed of images and do not contain attributes. A map tile service is created (published) from an existing hosted feature layer. Each service is composed of one tiled dataset and does not contain multiple layers like feature services. The tiles represent a "snapshot" of the features in a feature layer. If the features in the feature layer change, the map tile layer needs to be regenerated to match. The tiles are stored as caches of images (PNG32) for different zoom levels. Map tile services are typically used to effectively display large amounts of feature data in mapping applications as image tiles.

What can you do with a map tile service?

You use a map tile service when you want to:

  • Publish a map tile service from a feature layer in a feature service.
  • Store and access data as pre-cached image tiles in different formats e.g. JPEG or PNG.
  • Optimize accessing and displaying large amounts of data as tiles.
  • Use image tile data in offline applications.

What does the service URL look like?

When you publish a new map tile service, the URL is created by the system. To find the URL you can use the hosted map tile layer item in the portal associated with your ArcGIS account.

The service URL format to access the service is:

Use dark colors for code blocksCopy
1
https://{host}/{organizationId}/arcgis/rest/services/{serviceName}/MapServer

Example: https://services3.arcgis.com/GVgbJbqm8hXASVYi/arcgis/rest/services/Santa_Monica_Mountains_Parcels_Styled_ITL/MapServer

The service URL format to access the map tiles is:

Use dark colors for code blocksCopy
1
https://{host}/{organizationId}/arcgis/rest/services/{serviceName}/MapServer/tile/{z}/{y}/{x}

Example: https://services3.arcgis.com/GVgbJbqm8hXASVYi/ArcGIS/rest/services/Santa_Monica_Mountains_Parcels_Styled_ITL/MapServer/tile/16/26150/11169

Tutorials

Workflows

Services

API support

Use Client APIs to create, manage, and access data services. The table below outlines the level of support for each API.

CreateManageAccess
ArcGIS Maps SDK for JavaScript1
ArcGIS Maps SDK for Kotlin1
ArcGIS Maps SDK for Swift1
ArcGIS Maps SDK for Java1
ArcGIS Maps SDK for .NET1
ArcGIS Maps SDK for Qt1
ArcGIS API for Python
ArcGIS REST JS
Esri Leaflet2
MapLibre GL JS23
OpenLayers23
Full supportPartial supportNo support
  • 1. Use portal class and direct REST API requests
  • 2. Access via ArcGIS REST JS
  • 3. Requires manually setting styles for renderers

Tools

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.