You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/release-notes-map-control.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ See below for information about new features and other changes to the Map Contro
20
20
21
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.
22
22
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).
24
24
25
25
### Bug Fixes
26
26
@@ -32,7 +32,20 @@ See below for information about new features and other changes to the Map Contro
32
32
33
33
### New Features
34
34
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:
@@ -47,7 +60,7 @@ See below for information about new features and other changes to the Map Contro
47
60
48
61
### New Features
49
62
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.
0 commit comments