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
Changelog
[v3.1.0-beta.15] -
CHANGE: Revert to babel compilation to expose the dist file tree rather than a bundle
Changelog
[v3.1.0-beta.14] -
FIX: GeoJson path layer FIX: defaultProps handling
Changelog
[v3.1.0-beta.13] -
NEW: GeoJsonLayer cleanup NEW: HexagonLayer
Changelog
[v3.1.0-beta.11] -
NEW: GeoJsonLayer, PathLayer NEW: PolygonLayer with flat, extrusion and wireframe (5x faster than Choropleth) NEW: Support immutable geojson data in choropleth layers NEW: Add benchmarks for node and browser.js (#299) NEW: Lighting supported on polygon layer. New lighting shader module. FIX: FP64 math function improvement, bug fixes and speed FIX: Set Viewport project/unproject default to screen coordinates
Changelog
[3.1.2] - 2017-1-19