Retrieves glyphs used to display labels on a map.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
get-map-glyphs
--font-stack <value>
--font-unicode-range <value>
--map-name <value>
<outfile>
--font-stack
(string)
A comma-separated list of fonts to load glyphs from in order of preference. For example,
Noto Sans Regular, Arial Unicode
.Valid fonts stacks for Esri styles:
VectorEsriDarkGrayCanvas –
Ubuntu Medium Italic
|Ubuntu Medium
|Ubuntu Italic
|Ubuntu Regular
|Ubuntu Bold
VectorEsriLightGrayCanvas –
Ubuntu Italic
|Ubuntu Regular
|Ubuntu Light
|Ubuntu Bold
VectorEsriTopographic –
Noto Sans Italic
|Noto Sans Regular
|Noto Sans Bold
|Noto Serif Regular
|Roboto Condensed Light Italic
VectorEsriStreets –
Arial Regular
|Arial Italic
|Arial Bold
VectorEsriNavigation –
Arial Regular
|Arial Italic
|Arial Bold
Valid font stacks for HERE Technologies styles:
VectorHereBerlin –
Fira GO Regular
|Fira GO Bold
--font-unicode-range
(string)
A Unicode range of characters to download glyphs for. Each response will contain 256 characters. For example, 0–255 includes all characters from range
U+0000
to00FF
. Must be aligned to multiples of 256.
--map-name
(string)
The map resource associated with the glyph file.
outfile
(string)
Filename where the content will be saved
See ‘aws help’ for descriptions of global parameters.
Blob -> (blob)
The blob’s content type.
ContentType -> (string)
The map glyph content type. For example,
application/octet-stream
.