getDescription

Description

Returns the metadata of a specified named tile for the Map Tiling Service.

Parameters

For information on the parameter types listed below, see Request URL Data Types.

Parameter Type Required Description
name String yes The name of the named tile to return the metadata for. You must specify the location of the named tile in the repository.
output String yes Specifies the response format. Must be json.

Returns

A MapDescription object. See MapDescription.

Example


http://<server>:<port>/rest/Spatial/LegacyMapTilingService/getDescription?
  name=/NamedTiles/WorldTile
  &output=json