1.6
Features
- Create responsive interactions and conditional styling without having to reload layer data using the new override style API. Find out more in the Override Item Styles docs.
NetworkLayer overrideStyle()
| ObservationsLayer overrideStyle()
| GeoJSONLayer overrideStyle()
- We've added a new option to show direction on network layer links by adding arrows and flow animation. We've also updated the Graph Analysis functions with a
directedoption so you can choose whether the direction influences scores. - We added a
visibleproperty to node and link labels, enabling you to easily hide labels by default on busy maps and useoverrideStyleto reveal them, for example, on hover.
NetworkLink end1.arrow
| NetworkLink end2.arrow
| NetworkLink flow
| NetworkItemLabel visible
Breaking Changes
- The observations layer options
styleproperty has been renamed tomodeto better reflect its functionality. - The observations layer options
autoStyleFadeTimeproperty has been renamed toautoModeFadeTime.
ObservationsLayerOptions mode
| ObservationsLayerOptions autoModeFadeTime
- We introduced a
maxZoomoption, which defaults to20.

