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
added: The "ignoreTileQueryLimit" option has been introduced to mitigate an excessive number of tile requests.
display
improved: The anti-aliasing for lines using floating point widths has been enhanced.
improved: In the visualization of clipped polygon outlines, the tile edges are excluded, regardless of whether the clipped geometry extends beyond the tile's boundaries.
improved: The display quality of dashed lines has been improved.
improved: An updated feature could experience a very brief flicker after changing the zoom level.
added: The alpha blending has been revamped to enable the map to display with a transparent background, allowing the remaining browser content to show through behind it. See backgroundColor. (#90)
added: In addition to pixels, dashed lines can now also be defined and displayed in meter units.
added: It is now possible to combine Images/Icons with dashed line patterns by using strokeDashimage.
added: Image/Icon styles now support the use of IconAtlases.
added: By using textAnchor it is now possible to align the text relative to the anchor point.
added: Introduced CollisionGroup which allows to define various CollisionGroups (multiple Styles grouped together that will be handled as a single collision object) within the same StyleGroup.
added: LayerStyles backgroundColor now supports dynamic colors taking zoom level into account.
added: Colors now support hexadecimal color strings with alpha and hexadecimal numbers as input.
fixed: The triggering of pointer events for 3D point geometry was inconsistent across various scenarios.
fixed: The tile preview is only partially displayed when zoomed out.
fixed: In very rare cases, Chrome could cause text to be displayed offset.
fixed: Using StrokeDashArray with very long lines could result in artifacts.
fixed: Glitches that may have appeared on the edges of previewed raster tiles have been resolved.
fixed: Issues with occasional tile preview display glitches have been fixed.
editor
improved: The createFeatureContainer function now accommodates multiple arrays of features as arguments. [fix #91]