Publish vector tile services

Creating and publishing a vector tile service is the process of using data management tools to create a new vector tile service from existing data. Vector tile services can be created from an existing hosted feature layer in ArcGIS.com or by uploading a vector tile package file (.vtpk) created with ArcGIS Pro.

How to create vector tile services with ArcGIS.com

You can use ArcGIS.com to create a new hosted vector tile layer (item) and vector tile service when you have an existing hosted feature layer. The resulting vector tile service maintains a relationship with the source feature layer. When the source features change, you can rebuild the vector tile cache to synchronize the updates with the vector tile service.

Use this method when you want to:

  • Publish tiles from an single hosted feature layer.
  • Synchronize tiles with the source feature layer.
  • Manage the tile scales.
  • Manage visible range.
  • Rebuild tiles on demand.
  • Use the default indexed tiling format.

The general steps to publish a vector tile service in ArcGIS Online are:

  1. Go to ArcGIS.com or your ArcGIS Enterprise portal.
  2. Click > Content, click an existing feature layer, and then click Publish > Vector tile layer.

How to create vector tile services with ArcGIS Pro

You can use ArcGIS Pro to create a vector tile package using your local infrastructure and then upload it using ArcGIS.com or ArcGIS Enterprise Portal as a vector tile service.

Use this technique when you want to:

  • Take advantage of your local infrastructure.
  • Create tile services containing multiple layers.
  • Manage the tiling format (Indexed or Flat).
  • Mangage the minimum and maximum cache scale.
  • Generate tiles from features that use complex symbology.
  • Manually synchronize and then republish vector tiles with local source data.

The general steps to publish a vector tile service in ArcGIS Pro are:

  1. Add one or more layers to a map in ArcGIS Pro.
  2. Run the Create Vector Tile Package geoprocessing tool to generate a vector tile package file (.vtpk)
  3. Upload the generated tile package file to ArcGIS.com.

When you use these tools, the following are created:

  1. Hosted layer (item): A new hosted vector tile layer to manage the service.
  2. Data service: A vector tile service to access the tile data.
Data hosting
The Process to manage data services with ArcGIS.com and ArcGIS Enterprise portal.

Tools, data, and services

Below is a list of the tools, input data source, and the hosted layer created.

ToolInput Data SourceOutput Item typeOutput Layer and Data ServiceUse Case
ArcGIS.com, ArcGIS Enterprise portalFeature layer (hosted)Tile layer (Map tiles) (hosted)Map tile service (Map Service)Data acces, Display static tiles
ArcGIS.comFeature layer (hosted)Tile layer (Vector tiles) (hosted)Vector tile serviceData access, Display vector tile data
ArcGIS Pro, ArcGIS.com, ArcGIS Enterprise portalMap Tile Package (.tpk/.tpkx)Tile layer (Map tiles) (hosted)Map tile service (Map Service)Data access, Display static tiles
ArcGIS Pro, ArcGIS.com, ArcGIS Enterprise portalVector Tile Package (.vtpk)Tile layer (Vector tiles) (hosted)Vector tile serviceData access, Display vector data

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.