Description
In ArcGIS Pro, ArcGIS Server services can be accessed through the Servers container in the Catalog pane by adding an ArcGIS Server connection. However, vector tile services hosted on ArcGIS Server are not visible in the Catalog pane when attempting to set a vector tile service as a basemap.
Cause
Vector tile services cannot be accessed directly through an ArcGIS Server connection in ArcGIS Pro and are accessed using a different workflow.
Solution or Workaround
Access the vector tile service in ArcGIS Pro using the ArcGIS REST Services Directory URL
- Navigate and log in to the ArcGIS REST Services Directory using the following URL format:
https://<webadaptorhost.domain.com>/<webadaptorname>/rest/services
- Navigate to and select the published vector tile service. In this example, under Services, Hosted/Schools_vtpk is selected.
- In the address bar of the browser, copy the URL of the vector tile service. The format is as follows:
https://<webadaptorhost.domain.com>/<webadaptor>/rest/services/<folder>/<serviceName>/VectorTileServer
- Open or create a new project in ArcGIS Pro.
- On the Map tab, click Add Data > From Path.
- Paste the vector tile service URL into the box under Path. Service type is automatically changed to Vector Tile Service. Optionally, click the drop-down menu and select Vector Tile Service.
- Click Add to add the vector tile service to the map as a basemap. Change the service name in the Contents pane if required.
- Save the project.