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
- 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
-
23
21
- 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
22
25
23
### Bug Fixes
26
24
27
25
- Fix an issue that the ordering of user layers wasn't preserved after calling `map.layers.move()`.
28
26
27
+
- Fix the initial state of `incidents` will always be true in [TrafficControl][TrafficControl].
28
+
29
29
- 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.
0 commit comments