Skip to content

How to work with map tile services

A map tile service provides pre-rendered PNG or JPEG images that represent geographic data. Create a feature layer in a feature service, then use data management tools to publish a hosted map tile layer and service. Manage the layer and service settings through the hosted map tile layer.

1. Create feature service

To create a map tile service, you first need to create a feature service and configure the feature layer properties. You can import data to create a feature layer in a feature service. You can use data formats like shapefiles, GeoJSON, or CSV files with location data.

2. Configure feature layer

After you have created a feature service, you can configure the hosted feature layer properties and service settings. Additionally, you can set up visualization settings before publishing map tiles.

3. Publish map tiles

Once you have configured the feature layer, you can use data management tools to publish the map tile service from your feature layer.

4. Manage map tile service

Managing and configuring your map tile service is done through the hosted map tile layer item details page. The item details page provides an overview of the map tile service, including its properties, statistics, and configuration options.

5. Access map tiles

After you have created a map tile service, you can access the map tiles in your applications using the service URL. The service URL is a unique URL that points to the map tile service. You can use the service URL to access the map tiles in your applications.

The steps to display map tiles are:

  1. Get the URL for the map tile service
  2. Set the service URL for the map tile service
  3. Add the layer to a map
Map tile service showing a basemap with custom styling.
ArcGIS Maps SDK for JavaScriptArcGIS Maps SDK for JavaScriptArcGIS Maps SDK for .NETArcGIS Maps SDK for KotlinArcGIS Maps SDK for SwiftArcGIS Maps SDK for JavaArcGIS Maps SDK for QtEsri LeafletMapLibre GL JSOpenLayersCesiumJS
Expand
Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
      esriConfig.apiKey = "YOUR_ACCESS_TOKEN"

      const imageLayer = new TileLayer({
        url: "https://services3.arcgis.com/GVgbJbqm8hXASVYi/arcgis/rest/services/Santa_Monica_Mountains_Parcels_Styled_ITL/MapServer",
        maxScale: 0,
      })
Expand

Tutorials

Add a vector tile layer

Access and display a vector tile layer in a map.


Add a map tile layer

Access and display a map tile layer in a map.


Query a feature layer (spatial)

Execute a spatial query to get features from a feature layer.


Edit feature data

Add, update, and delete features in a feature service.


Display a popup

Format a popup to show attributes in a feature layer.


Workflows

Services

API support

Use data management tools or 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 Flutter1
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
CesiumJS23
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.