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:
- Get the URL for the map tile service
- Set the service URL for the map tile service
- Add the layer to a map
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,
})
Tutorials

Import data to create a feature layer
Use data management tools to import files and create a feature layer in a feature service.

Define a new feature layer
Use data management tools to define and create a new empty feature layer in a feature service.

Manage a feature layer
Use a hosted feature layer item to set the properties and settings of a feature layer in a feature service.

Create a vector tile service
Use data management tools to create a new vector tile service from a feature service.

Create a map tile service
Use ArcGIS Online or scripting APIs to publish a map tile service.

Add a feature layer
Access and display point, line, and polygon features from a feature service.

Add a vector tile layer
Access and display a vector tile layer in a map.

Add a map tile layer

Style a feature layer
Use symbols and renderers to style feature layers.

Query a feature layer (spatial)
Execute a spatial query to get features from a feature layer.

Query a feature layer (SQL)
Execute a SQL query to access polygon features from a feature layer.

Edit feature data

Display a popup
Format a popup to show attributes in a feature layer.
Workflows
Create a feature service for an app
Learn how to import parcel data, create and style a feature layer, and then access the features in an app.

Create a feature layer view for an editor app
Learn how to import parcel data, create and style a feature layer view, and then access the features in an editing app.

Create a vector tile service for an app
Learn how to import parcel data, style a feature layer, and then create a vector tile service for an app.

Create a map tile service for an app
Learn how to import contour data, style a feature layer, and create a map tile service for an app.

Services
Feature service
Add, update, delete, and query feature data.
Vector tile service
Store and access vector tile data.
Map tile service
Store and access map tile data.
Image service
Store and access imagery and raster data.
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.
- 1. Use portal class and direct REST API requests
- 2. Access via ArcGIS REST JS
- 3. Requires manually setting styles for renderers