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: attribute reader/writer interface to allow use of custom zLevel models
display
added: styling support of 3-digit hex color codes
added: styling now supports "zoomRanges" to define zoom dependant values. values for intermediate zoom levels will be interpolated linearly. e.g. "radius": { "5": 10, "15": 20 }
added: hide tile boundaries of polygon geometry from clipped datasources
improved: disable pointerevent triggering while mapview is changing
improved: more robust/tolerant parsing of invalid css rgb(a) color codes
fixed: trigger pointerevents for MVT datasources
fixed: artifacts when map is pitched and image tiles are placed below vector tiles
fixed: allow style functions for font stroke/fill colors
fixed: possible flicker of tile boundaries
fixed: call stylefunctions always with correct zoomlevel
core
fixed: consider tilesize for contentbounds determination when tilemargin is used