Skip to content

Commit f9a05ad

Browse files
author
Scott Kang
committed
add links to npm and docs
1 parent 94b4e91 commit f9a05ad

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/azure-maps/release-notes-map-control.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ services: azure-maps
1414

1515
See below for information about new features and other changes to the Map Control.
1616

17-
## 3.0.0-preview.2 (December 9, 2022)
17+
## [3.0.0-preview.2](https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.2) (December 9, 2022)
1818

1919
### New Features
2020

21-
- Add `trafficSpeedAnimation` to TrafficOptions to enable traffic flow animation. This feature addresses an accessibility issue where traffic levels couldn't be distinguished if colors aren't taken into account.
21+
- Add `trafficSpeedAnimation` to [TrafficOptions][TrafficOptions] to enable traffic flow animation. This feature addresses an accessibility issue where traffic levels couldn't be distinguished if colors aren't taken into account.
2222

2323
- Add `progressiveLoading` and `progressiveLoadingInitialLayerGroups` to [StyleOptions][StyleOptions] to enable the capability of loading map layers progressively. This feature improves the perceived loading time of the map. For more information, see [2.2.1 release notes](#221-december-9-2022).
2424

@@ -28,7 +28,7 @@ See below for information about new features and other changes to the Map Contro
2828

2929
- Add `.atlas-map` to all css selectors to scope the styles within the map container. The fix prevents the css from accidentally adding unwanted styles to other elements on the page.
3030

31-
## 3.0.0-preview.1 (November 18, 2022)
31+
## [3.0.0-preview.1](https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.1) (November 18, 2022)
3232

3333
### New Features
3434

@@ -56,7 +56,7 @@ See below for information about new features and other changes to the Map Contro
5656
})
5757
```
5858

59-
## 2.2.1 (December 9, 2022)
59+
## [2.2.1](https://www.npmjs.com/package/azure-maps-control/v/2.2.1) (December 9, 2022)
6060

6161
### New Features
6262

@@ -86,4 +86,5 @@ Stay up to date on Azure Maps:
8686
8787
[azure-maps-control]: https://www.npmjs.com/package/azure-maps-control
8888
[maplibre-gl]: https://www.npmjs.com/package/maplibre-gl
89-
[StyleOptions]: /javascript/api/azure-maps-control/atlas.styleoptions
89+
[StyleOptions]: /javascript/api/azure-maps-control/atlas.styleoptions
90+
[TrafficOptions]: /javascript/api/azure-maps-control/atlas.trafficoptions

0 commit comments

Comments
 (0)