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

Use dark colors for code blocksCopy
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.