- URL:
- https://<root>/<serviceName>/VectorTileServer/resources/sprites/sprite.json
- Methods:
- GET
- Version Introduced:
- 10.4
Description
This resource returns a sprite image and metadata.
Example usage
Note: This is an example URL only and is not an active link to an existing attachment.
https:
JSON Response example
{
	"Streetmap A/Water area/Swamp or marsh": {
		"x": 0,
		"y": 0,
		"width": 84,
		"height": 84,
		"pixelRatio": 1,
		"sdf": false
	},
	"Streetmap A/Water area/Playa": {
		"x": 84,
		"y": 0,
		"width": 66,
		"height": 61,
		"pixelRatio": 1,
		"sdf": false
	},
	"Streetmap A/Water area/Lake or river intermittent": {
		"x": 150,
		"y": 0,
		"width": 66,
		"height": 61,
		"pixelRatio": 1,
		"sdf": false
	}
}