Skip to content

Commit ce93acd

Browse files
author
Scott Kang
committed
remove trafficSpeedAnimation and add incidents fix
1 parent f9a05ad commit ce93acd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ services: azure-maps
1212

1313
# Release notes - Map Control
1414

15-
See below for information about new features and other changes to the Map Control.
15+
This document contains information about new features and other changes to the Map Control.
1616

1717
## [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][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-
2321
- 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).
2422

2523
### Bug Fixes
2624

2725
- Fix an issue that the ordering of user layers wasn't preserved after calling `map.layers.move()`.
2826

27+
- Fix the initial state of `incidents` will always be true in [TrafficControl][TrafficControl].
28+
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

3131
## [3.0.0-preview.1](https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.1) (November 18, 2022)
@@ -74,6 +74,8 @@ See below for information about new features and other changes to the Map Contro
7474

7575
- Fix an issue that the ordering of user layers wasn't preserved after calling `map.layers.move()`.
7676
77+
- Fix the initial state of `incidents` will always be true in [TrafficControl][TrafficControl].
78+
7779
## Next steps
7880
7981
Explore samples showcasing Azure Maps:
@@ -87,4 +89,4 @@ Stay up to date on Azure Maps:
8789
[azure-maps-control]: https://www.npmjs.com/package/azure-maps-control
8890
[maplibre-gl]: https://www.npmjs.com/package/maplibre-gl
8991
[StyleOptions]: /javascript/api/azure-maps-control/atlas.styleoptions
90-
[TrafficOptions]: /javascript/api/azure-maps-control/atlas.trafficoptions
92+
[TrafficControl]: /javascript/api/azure-maps-control/atlas.control.trafficcontrol

0 commit comments

Comments
 (0)