Vector Tile Resource Info

URL:
https://<root>/<serviceName>/VectorTileServer/resources/info
Methods:
GET
Version Introduced:
10.4

Description

This resource returns relative paths to a list of resource files.

Example usage

Note: This is an example URL only and is not an active link to an existing attachment.

https://services.myserver.com/arcgis/rest/services/Hosted/World/VectorTileServer/resources/info

JSON Response example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
      "resourceInfo": [
       "../fonts/Arial Regular/0-255.pbf",
       "../fonts/Arial Regular/256-511.pbf",
       "../fonts/Arial Regular/512-767.pbf",
       "../fonts/Arial Regular/768-1023.pbf",
       "../fonts/Arial Regular/1024-1279.pbf",
       "../fonts/Arial Regular/1280-1535.pbf",
       "../fonts/Arial Regular/1536-1791.pbf",
       "../fonts/Arial Regular/1792-2047.pbf",
       "../fonts/Arial Regular/2048-2303.pbf",
       "../sprites/sprite.json",
       "../sprites/sprite.png",
       "../sprites/sprite@2x.json",
       "../sprites/sprite@2x.png"]
       }

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close