Skip to content

Commit f6af199

Browse files
author
Scott Kang
committed
add reference to npm, cdn, and docs
1 parent ff54e4a commit f6af199

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

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

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See below for information about new features and other changes to the Map Contro
2020

2121
- 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.
2222

23-
- Add `progressiveLoading` and `progressiveLoadingInitialLayerGroups` to 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).
23+
- 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

2525
### Bug Fixes
2626

@@ -32,7 +32,20 @@ See below for information about new features and other changes to the Map Contro
3232

3333
### New Features
3434

35-
- This update is the first preview of the upcoming 3.0.0 release. There's no breaking change except that the underlying [maplibre-gl][maplibre-gl] dependency has been upgraded from `1.14` to `3.0.0-pre.1`, which offers improvements in stability and performance.
35+
- This update is the first preview of the upcoming 3.0.0 release. There's no breaking change except that the underlying [maplibre-gl][maplibre-gl] dependency has been upgraded from `1.14` to `3.0.0-pre.1`, which offers improvements in stability and performance. The preview is available on npm and CDN.
36+
37+
- Install [azure-maps-control@next][azure-maps-control] to your dependencies:
38+
```shell
39+
npm i azure-maps-control@next
40+
```
41+
42+
- Reference the following CSS and JavaScript in the `<head>` element of an HTML file:
43+
```html
44+
<link href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0/atlas.min.css" rel="stylesheet" />
45+
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0/atlas.min.js"></script>
46+
```
47+
48+
3649

3750
### Bug Fixes
3851

@@ -47,7 +60,7 @@ See below for information about new features and other changes to the Map Contro
4760

4861
### New Features
4962

50-
- Add `progressiveLoading` and `progressiveLoadingInitialLayerGroups` to StyleOptions to enable the capability of loading map layers progressively. This feature improves the perceived loading time of the map.
63+
- 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.
5164
- `progressiveLoading`
5265
- Enables progressive loading of map layers.
5366
- Defaults to false.
@@ -71,4 +84,6 @@ Stay up to date on Azure Maps:
7184
7285
[Azure Maps Blog](https://techcommunity.microsoft.com/t5/azure-maps-blog/bg-p/AzureMapsBlog)
7386
87+
[azure-maps-control]: https://www.npmjs.com/package/azure-maps-control
7488
[maplibre-gl]: https://www.npmjs.com/package/maplibre-gl
89+
[StyleOptions]: https://learn.microsoft.com/javascript/api/azure-maps-control/atlas.styleoptions

0 commit comments

Comments
 (0)