Retrieves the sprite sheet corresponding to a map resource. The sprite sheet is a PNG image paired with a JSON document describing the offsets of individual icons that will be displayed on a rendered map.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
get-map-sprites
--file-name <value>
--map-name <value>
<outfile>
--file-name
(string)
The name of the sprite file. Use the following file names for the sprite sheet:
sprites.png
sprites@2x.png
for high pixel density displaysFor the JSON document contain image offsets. Use the following file names:
sprites.json
sprites@2x.json
for high pixel density displays
--map-name
(string)
The map resource associated with the sprite file.
outfile
(string)
Filename where the content will be saved
See ‘aws help’ for descriptions of global parameters.
Blob -> (blob)
Contains the body of the sprite sheet or JSON offset file.
ContentType -> (string)
The content type of the sprite sheet and offsets. For example, the sprite sheet content type is
image/png
, and the sprite offset JSON document isapplication/json
.