Skip to content

Commit 0093d38

Browse files
committed
Fixes
Fixed all issues but the center tag ones. Waiting on response from doc team on the use of that tag.
1 parent f8a6496 commit 0093d38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ var map = new atlas.Map('map', {
7373
map.setStyle({ style: 'satellite' });
7474
```
7575
76-
In the following code, after a map instance is loaded, the map style is updated from `road` to `satellite` using the [setStyle](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.map function.
76+
In the following code, after a map instance is loaded, the map style is updated from `road` to `satellite` using the [setStyle](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.map?view=azure-maps-typescript-latest#setstyle-styleoptions-) function.
7777
7878
<br/>
7979
@@ -88,7 +88,7 @@ The style picker control provides an easy to use button with flyout panel that c
8888
8989
![Style picker icon layout](media/choose-map-style/style-picker-icon-layout.png)</center>
9090
91-
The second layout option is called `list` and displays a scrollable list of map styles. Here is
91+
The second layout option is called `list` and displays a scrollable list of map styles.
9292
9393
<center>
9494

0 commit comments

Comments
 (0)