Skip to content

Commit f03b280

Browse files
committed
Gen1 deprecation PR #2 of 4.
1 parent 5bc532b commit f03b280

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

articles/azure-maps/choose-map-style.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ The following image shows the style picker control displayed in `list` layout.
101101
:::image type="content" source="./media/choose-map-style/style-picker-list-layout.png" alt-text="Style picker list layout":::
102102
103103
> [!IMPORTANT]
104-
> By default the style picker control lists all the styles available under the S0 pricing tier of Azure Maps. If you want to reduce the number of styles in this list, pass an array of the styles you want to appear in the list into the `mapStyle` option of the style picker. If you are using Gen 1 (S1) or Gen 2 pricing tier and want to show all available styles, set the `mapStyles` option of the style picker to `"all"`.
104+
> By default the style picker control lists all the styles available under the Gen1 (S0) pricing tier of Azure Maps. If you want to reduce the number of styles in this list, pass an array of the styles you want to appear in the list into the `mapStyle` option of the style picker. If you are using Gen1 (S1) or Gen2 pricing tier and want to show all available styles, set the `mapStyles` option of the style picker to `"all"`.
105+
>
106+
> Gen1 pricing tier is now deprecated and will be retired on 9/15/26. Gen2 pricing tier replaces Gen1 (both S0 and S1) pricing tier. If your Azure Maps account has Gen1 pricing tier selected, you can switch to Gen2 pricing before it’s retired, otherwise it will automatically be updated. For more information, see [Manage the pricing tier of your Azure Maps account].
105107
106108
The following code shows you how to override the default `mapStyles` base style list. In this example, we're setting the `mapStyles` option to list the base styles to display in the style picker control.
107109
@@ -153,16 +155,17 @@ See the following articles for more code samples to add to your maps:
153155
[style options]: /javascript/api/azure-maps-control/atlas.styleoptions
154156
[base map styles]: supported-map-styles.md
155157
158+
[Add a bubble layer]: map-add-bubble-layer.md
159+
[Add a symbol layer]: map-add-pin.md
160+
[Add map controls]: map-add-controls.md
161+
[Azure Maps Samples]: https://samples.azuremaps.com
156162
[grayscale_dark]: supported-map-styles.md#grayscale_dark
163+
[Manage the pricing tier of your Azure Maps account]: how-to-manage-pricing-tier.md
164+
[Map style options source code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Map/Map%20style%20options/Map%20style%20options.html
165+
[Map style options]: https://samples.azuremaps.com/map/map-style-options
166+
[Map]: /javascript/api/azure-maps-control/atlas.map
157167
[setStyle]: /javascript/api/azure-maps-control/atlas.map#azure-maps-control-atlas-map-setstyle
158168
[Style Control Options]: /javascript/api/azure-maps-control/atlas.stylecontroloptions
159-
[Map]: /javascript/api/azure-maps-control/atlas.map
160-
[StyleOptions]: /javascript/api/azure-maps-control/atlas.styleoptions
161169
[StyleControl]: /javascript/api/azure-maps-control/atlas.control.stylecontrol
162170
[StyleControlOptions]: /javascript/api/azure-maps-control/atlas.stylecontroloptions
163-
[Add map controls]: map-add-controls.md
164-
[Add a symbol layer]: map-add-pin.md
165-
[Add a bubble layer]: map-add-bubble-layer.md
166-
[Map style options]: https://samples.azuremaps.com/map/map-style-options
167-
[Map style options source code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Map/Map%20style%20options/Map%20style%20options.html
168-
[Azure Maps Samples]: https://samples.azuremaps.com
171+
[StyleOptions]: /javascript/api/azure-maps-control/atlas.styleoptions

0 commit comments

Comments
 (0)