Changelog
[v4.0.0-rc.3]
GeoJsonLayer
getColor
=> getLineColor
GeoJsonLayer
getWidth
=> getLineWidth
GeoJsonLayer
add lineWidthScale
GeoJsonLayer
add lineWidthMinPixels
GeoJsonLayer
add lineWidthMaxPixels
GeoJsonLayer
add lineJointRounded
GeoJsonLayer
add lineMiterLimit
PolygonLayer
getColor
=> getLineColor
PolygonLayer
getWidth
=> getLineWidth
PolygonLayer
add lineWidthScale
PolygonLayer
add lineWidthMinPixels
PolygonLayer
add lineWidthMaxPixels
PolygonLayer
add lineJointRounded
PolygonLayer
add lineMiterLimit
ScatterplotLayer
calls Layer.updateState() to invalidate all attributes when data changedExtrudedChoroplethLayer64
in deprecated layer examplesChangelog
[v4.0.0-rc1]
FIX: Composite layers now have a stub invalidateAttribute()
FIX: GeoJsonLayer and PolygonLayer now transfer correct updateTriggers to its sublayers
FIX: Fix the picking for PolygonLayer with and without extrusions
FIX: update the data file and default values for GeoJsonLayer example so that it correctly shows all geometry features
FIX: GeoJsonLayer
now wireframe prop only affects extruded layer and stroked only affects non-extruded layer
FIX: super.updateState() now get called appropriately so that data change can correctly popylate to GPUs
Re-factored GeoJsonLayer and PolygonLayer to separate polygon wireframe and polygon outline
Removed loader for glsl and use exported Javascript string to store all GLSL shaders
PointDensityGridLayer
=> GridLayer
PointDensityHexagonLayer
=> HexagonLayer
GridLayer
=> GridCellLayer
HexagonLayer
=> HexagonCellLayer
PolygonLayer
=> SolidPolygonLayer
PolygonLayer
is now a new composite layer that could render solid polygons as well as polygon outlines
GridLayer
and HexagonLayer
to use new quantizedScale utility function
GeoJsonLayer
remove drawPoints
, drawLines
, drawPolygon
, fillPolygon
GeoJsonLayer
add stroked
, filled
, extruded
, wireframe
GeoJsonLayer
getPointSize
=> getRadius
GeoJsonLayer
getStrokeWidth
=> getWidth
GeoJsonLayer
getStrokerColor
=> getColor
GeoJsonLayer
remove getPointColor
, use getFillColor
instead
PathLayer
strokeWidthScale
=> widthScale
PathLayer
strokeWidthMinPixels
=> widthMinPixels
PathLayer
strokeWidthMaxPixels
=> widthMaxPixels
PathLayer
getStrokeWidth
=> getWidth
ScatterplotLayer
change the default radiusScale
to 1
ScreenGridLayer
change unitWidth
and unitHeight
to cellSizePixels
Update tests to reflect the new layer names and props
Changelog
[v4.0.0-beta.5]
viewportSize
, devicePixelRatio
and modelViewMatrix
to default uniformsChangelog
[v4.0.0-beta.4]
Changelog
[v4.0.0-beta.3]
onHover
and onClick
are no longer called on layers that are not affectedlayer.pick()
is renamed to layer.getPickingInfo()
, must return info objectChangelog
[v4.0.0-beta.2]
Changelog
[v4.0.0-beta.1]
API AUDIT CHANGES:
GeoJsonLayer
getHeight
=> getElevation
GeoJsonLayer
Docs: Clarified that elevation is always in meters
for cartographic projection modes
PolygonLayer
getHeight
=> getElevation
PolygonLayer
Docs: Clarified that elevation is always in meters
for cartographic projection modes
PolygonLayer
Docs: documented missing props
PolygonLayer
Docs: Marked lightSettings
as experimental
PathLayer
getWidth
=> getStrokeWidth
PathLayer
strokeWidth
=> strokeWidthScale
PathLayer
strokeMinPixels
=> strokeWidthMinPixels
PathLayer
strokeMaxPixels
=> strokeWidthMaxPixels
HexagonLayer
Docs: Marked lightSettings
as experimental
HexagonLayer
Docs: Marked selectedPickingColor
as experimental
GridLayer
Docs: Marked lightSettings
as experimental
Cleanup: More layers now only imports the get
utility function instead
of the full Container
object from utils - this provides most of the
benefits with smaller impact on the code.
DOCS
Changelog
[v3.1.0-beta.16] -
Changelog
[3.1.3] - 2017-1-25