Changelog
deck.gl v4.1.0-alpha.6
getPolygonOffset
prop to childrenPolygonLayer
and GeoJsonLayer
order sublayers dynamically for better blending behaviorChangelog
deck.gl v4.1.0-alpha.4
Versions 4.1.0 alpha 1, 2 and 3 have been unpublished due to a wrong tagging.
pickingRadius
prop (#641)renderLayers
methods (#585)draw
methods are called during render (#585)GridLayer
add coverage
, lowerPercentile
, upperPercentile
and getColorValue
to layer prop (#614)IconLayer
add getAngle
for rotating each icon with a specific angles (in degrees) (#625)HexagonLayer
add interval getHexagons
, getSortedCounts
getUpdateTriggers
methods, make it easier to create layer subclassHexagonLayer
add getColorValue
(optional) prop, returns a value to base bin color on.HexagonLayer
change default hexagonAggregator
output to {hexagons: [], hexagonVertices: []}
HexagonLayer
add getValue
to BinSorter
to support color / elevation by valueHexagonLayer
hex color calculation, use bin.value
instead of bin.points.count
to calculate colorChangelog
[4.0.0] - 2017-4-6 Major deck.gl Release
For details see What's New