Skip to content

Commit dae5d47

Browse files
committed
Resolve comments
1 parent e65d71d commit dae5d47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ map.setStyle({ style: 'satellite' });
8484
----------------------------------------------------------------------------------------------->
8585

8686
## Customize the base map
87-
The base map can be customized with the `styleOverrides` option. To see all available options, see [styleOverrides].
87+
For more information on all available options, see [styleOverrides].
8888

8989
The following code shows how to disable country/region borders and building footprints on the map.
9090

@@ -99,7 +99,7 @@ var map = new atlas.Map('map', {
9999
});
100100
```
101101

102-
Here are the effects of all five available `styleOverrides` options:
102+
Here are examples of all five available `styleOverrides` options:
103103

104104
1. Country/region borders
105105

@@ -147,9 +147,9 @@ styleOverrides: {
147147
:::image type="content" source="./media/choose-map-style/road-details.gif" alt-text="Road details":::
148148

149149
> [!NOTE]
150-
> For the supported map styles on each `styleOverrides` option, please read [styleOverrides] API documentation for more details.
150+
> For more information on the supported map styles on each `styleOverrides` option, see the [styleOverrides] API documentation.
151151
152-
For a fully functional sample that shows how the different styles affect how the map is rendered, see [Map style options] in the [Azure Maps Samples]. For the source code for this sample, see [Map style options source code].
152+
For a sample showing the different styles and how they affect how the map is rendered, see [Map style options] in the [Azure Maps Samples]. For this samples source code, see [Map style options source code].
153153

154154
## Add the style picker control
155155

0 commit comments

Comments
 (0)