Skip to content

Commit eeb1632

Browse files
author
awstools
committed
docs(client-location): Documentation update for the release of 3 additional map styles for use with Open Data Maps: Open Data Standard Dark, Open Data Visualization Light & Open Data Visualization Dark.
1 parent f98392c commit eeb1632

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

clients/client-location/src/models/models_0.ts

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2206,20 +2206,35 @@ export interface MapConfiguration {
22062206
* in the Asia Pacific (Singapore) Region (<code>ap-southeast-1</code>).
22072207
* For more information, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/grab.html#grab-coverage-area">GrabMaps countries and area covered</a>.</p>
22082208
* </note>
2209-
* <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/open-data.html">Open Data (Preview) map styles</a>:</p>
2209+
* <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/open-data.html">Open Data map styles</a>:</p>
22102210
* <ul>
22112211
* <li>
22122212
* <p>
22132213
* <code>VectorOpenDataStandardLight</code> – The Open Data Standard Light
2214-
* (preview) map style provides a detailed basemap for the world suitable for
2214+
* map style provides a detailed basemap for the world suitable for
22152215
* website and mobile application use. The map includes highways major roads,
22162216
* minor roads, railways, water features, cities, parks, landmarks, building
22172217
* footprints, and administrative boundaries.</p>
2218-
* <important>
2219-
* <p>Open Data maps is in preview. We may add, change, or remove
2220-
* features before announcing general availability. For more information, see
2221-
* <a href="https://docs.aws.amazon.com/location/latest/developerguide/open-data.html#open-data-preview">Open Data is in preview release</a>.</p>
2222-
* </important>
2218+
* </li>
2219+
* <li>
2220+
* <p>
2221+
* <code>VectorOpenDataStandardDark</code> – Open Data Standard Dark is a
2222+
* dark-themed map style that provides a detailed basemap for the world
2223+
* suitable for website and mobile application use. The map includes highways
2224+
* major roads, minor roads, railways, water features, cities, parks,
2225+
* landmarks, building footprints, and administrative boundaries.</p>
2226+
* </li>
2227+
* <li>
2228+
* <p>
2229+
* <code>VectorOpenDataVisualizationLight</code> – The Open Data
2230+
* Visualization Light map style is a light-themed style with muted colors and
2231+
* fewer features that aids in understanding overlaid data.</p>
2232+
* </li>
2233+
* <li>
2234+
* <p>
2235+
* <code>VectorOpenDataVisualizationDark</code> – The Open Data
2236+
* Visualization Dark map style is a dark-themed style with muted colors and
2237+
* fewer features that aids in understanding overlaid data.</p>
22232238
* </li>
22242239
* </ul>
22252240
*/
@@ -3831,10 +3846,11 @@ export interface GetMapGlyphsRequest {
38313846
* </p>
38323847
* </li>
38333848
* </ul>
3834-
* <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/latest/developerguide/open-data.html">Open Data (Preview)</a> styles:</p>
3849+
* <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/latest/developerguide/open-data.html">Open Data</a> styles:</p>
38353850
* <ul>
38363851
* <li>
3837-
* <p>VectorOpenDataStandardLight –
3852+
* <p>VectorOpenDataStandardLight, VectorOpenDataStandardDark,
3853+
* VectorOpenDataVisualizationLight, VectorOpenDataVisualizationDark –
38383854
* <code>Amazon Ember Regular,Noto Sans Regular</code> |
38393855
* <code>Amazon Ember Bold,Noto Sans Bold</code> |
38403856
* <code>Amazon Ember Medium,Noto Sans Medium</code> |
@@ -3845,7 +3861,7 @@ export interface GetMapGlyphsRequest {
38453861
* </li>
38463862
* </ul>
38473863
* <note>
3848-
* <p>The fonts used by <code>VectorOpenDataStandardLight</code> are combined fonts
3864+
* <p>The fonts used by the Open Data map styles are combined fonts
38493865
* that use <code>Amazon Ember</code> for most glyphs but <code>Noto Sans</code>
38503866
* for glyphs unsupported by <code>Amazon Ember</code>.</p>
38513867
* </note>

0 commit comments

Comments
 (0)