Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion deprecated/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/modules/experimental/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A place for experimental layers developed by deck.gl developers that benefit fro

## What's New

### `@deck.gl-community/experimental` v9.0.0-alpha.1
### `@deck.gl-community/experimental` v9.0.0

Release date: 2024

Expand Down
21 changes: 17 additions & 4 deletions docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,27 @@ Modules in `@deck.gl-community` are independently maintained, so this page will
Please refer the documentation of each module for detailed news.


## v9.2 - In Development
## v9.2 - In developments

Target Release Date: July 2025

**General**
- All deck.gl-community modules will be updated to deck.gl v9.2.
- deck.gl-community modules will be updated to deck.gl v9.2.

**`@deck.gl-community/layers`
## v9.1

Release Date: July 2025

High-level changes
- All deck.gl-community modules have been updated to deck.gl v9.1.

**`@deck.gl-community/infovis-layers`** (New module)

- `HorizonGraphLayer`
- `TimeAxisLayer`
- `VerticalGridLayer`
- Utilities for deck.gl view management

**`@deck.gl-community/geo-layers`** (New module)

- `GlobalGridLayer` - A new "generic" global grid layer that works against a pluggable `GlobalGrid` decoder.
- `GlobalGrid` - A small abstraction API for global grid decoders, making it easier to write visualizations / applications that can work with multiple global grids.
Expand Down
3 changes: 0 additions & 3 deletions examples-wip/arrow-layers/linestring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"vite": "^4.0.0"
},
"volta": {
"extends": "../../../package.json"
}
}
3 changes: 0 additions & 3 deletions examples-wip/arrow-layers/multilinestring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"vite": "^4.0.0"
},
"volta": {
"extends": "../../../package.json"
}
}
3 changes: 0 additions & 3 deletions examples-wip/arrow-layers/multipoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"vite": "^4.0.0"
},
"volta": {
"extends": "../../../package.json"
}
}
3 changes: 0 additions & 3 deletions examples-wip/arrow-layers/multipolygon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"vite": "^4.0.0"
},
"volta": {
"extends": "../../../package.json"
}
}
3 changes: 0 additions & 3 deletions examples-wip/arrow-layers/point/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"vite": "^4.0.0"
},
"volta": {
"extends": "../../../package.json"
}
}
3 changes: 0 additions & 3 deletions examples-wip/arrow-layers/polygon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"vite": "^4.0.0"
},
"volta": {
"extends": "../../../package.json"
}
}
3 changes: 0 additions & 3 deletions examples-wip/arrow-layers/text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"vite": "^4.0.0"
},
"volta": {
"extends": "../../../package.json"
}
}
3 changes: 0 additions & 3 deletions examples-wip/arrow-layers/trips/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"vite": "^4.0.0"
},
"volta": {
"extends": "../../../package.json"
}
}
2 changes: 1 addition & 1 deletion examples-wip/codesandbox/world-heritage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "editable-layers-example-code-sandbox-world-heritage",
"dependencies": {
"@deck.gl-community/react": "^9.0.1",
"@deck.gl-community/react": "^9.1.0",
"@deck.gl/core": "^9.1.12",
"@deck.gl/react": "^9.1.0",
"@turf/helpers": "^6.5.0",
Expand Down
6 changes: 3 additions & 3 deletions examples-wip/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"build": "vite build"
},
"dependencies": {
"@deck.gl/google-maps": "^9.0.0",
"@deck.gl/json": "^9.0.0",
"@deck.gl/google-maps": "^9.1.0",
"@deck.gl/json": "^9.1.0",
"@loaders.gl/3d-tiles": "^4.3.0",
"@loaders.gl/core": "^4.3.0",
"@loaders.gl/csv": "^4.3.0",
"@loaders.gl/draco": "^4.3.0",
"@loaders.gl/gltf": "^4.3.0",
"@loaders.gl/json": "^4.3.0",
"@luma.gl/constants": "^9.0.4",
"@luma.gl/constants": "^9.1.0",
"brace": "^0.11.1",
"deck.gl": "^9.1.0",
"maplibre-gl": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/editable-layers/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start-local": "vite --config ../../vite.config.local.mjs"
},
"dependencies": {
"@deck.gl-community/editable-layers": "^9.0.2",
"@deck.gl-community/editable-layers": "^9.1.0",
"@deck.gl/core": "^9.1.12",
"@deck.gl/layers": "^9.1.0",
"@deck.gl/mesh-layers": "^9.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start-local": "vite --config ../../vite.config.local.mjs"
},
"dependencies": {
"@deck.gl-community/editable-layers": "^9.0.0-alpha.1",
"@deck.gl-community/editable-layers": "^9.1.0",
"@deck.gl/core": "^9.1.12",
"@deck.gl/extensions": "^9.1.0",
"@deck.gl/geo-layers": "^9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/editable-layers/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start-local": "vite --config ../../vite.config.local.mjs"
},
"dependencies": {
"@deck.gl-community/editable-layers": "^9.0.2",
"@deck.gl-community/react": "^9.0.2",
"@deck.gl-community/editable-layers": "^9.1.0",
"@deck.gl-community/react": "^9.1.0",
"@deck.gl/core": "^9.1.12",
"@deck.gl/extensions": "^9.1.0",
"@deck.gl/geo-layers": "^9.1.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/editable-layers/sf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"start-local": "vite --config ../../vite.config.local.mjs"
},
"dependencies": {
"@deck.gl-community/editable-layers": "^9.0.0-alpha.1",
"@deck.gl-community/editable-layers": "^9.1.0",
"@deck.gl/core": "^9.1.12",
"@deck.gl/layers": "^9.1.0",
"@deck.gl/react": "^9.1.0",
"@luma.gl/constants": "^9.1.9",
"@luma.gl/core": "^9.1.9",
"@luma.gl/engine": "^9.1.9",
"@luma.gl/webgl": "^9.1.9",
"@luma.gl/constants": "^9.1.0",
"@luma.gl/core": "^9.1.0",
"@luma.gl/engine": "^9.1.0",
"@luma.gl/webgl": "^9.1.0",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"maplibre-gl": "^4.1.3",
Expand Down
7 changes: 2 additions & 5 deletions examples/graph-layers/graph-viewer-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@
"start-local": "vite --config ../vite.config.local.mjs"
},
"dependencies": {
"@deck.gl-community/graph-layers": "9.1.0-beta.5",
"@deck.gl-community/react": "9.1.0-beta.5",
"@deck.gl-community/graph-layers": "^9.1.0",
"@deck.gl-community/react": "^9.1.0",
"deck.gl": "^9.1.0"
},
"devDependencies": {
"vite": "^5.0.12"
},
"volta": {
"extends": "../../../package.json"
}
}
4 changes: 2 additions & 2 deletions examples/graph-layers/graph-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start-local": "vite --config ../../vite.config.local.mjs"
},
"dependencies": {
"@deck.gl-community/graph-layers": "^9.1.0-beta.8",
"@deck.gl-community/react": "^9.1.0-beta.8",
"@deck.gl-community/graph-layers": "^9.1.0",
"@deck.gl-community/react": "^9.1.0",
"@deck.gl/core": "^9.1.12",
"@deck.gl/layers": "^9.1.12",
"@deck.gl/react": "^9.1.12",
Expand Down
8 changes: 4 additions & 4 deletions examples/infovis-layers/horizon-graph-layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"start-local": "vite --config ../../vite.config.local.mjs"
},
"dependencies": {
"@deck.gl-community/infovis-layers": "9.1.0-beta.8",
"@deck.gl/core": "^9.0.0",
"@deck.gl/layers": "^9.0.0",
"@deck.gl/react": "^9.0.0",
"@deck.gl-community/infovis-layers": "^9.1.0",
"@deck.gl/core": "^9.1.0",
"@deck.gl/layers": "^9.1.0",
"@deck.gl/react": "^9.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ const AIR_PORTS =
'https://d2ad6b4ur7yvpq.cloudfront.net/naturalearth-3.3.0/ne_10m_airports.geojson';

export function exampleApplication() {
// Create a Leaflet map
const canvas = document.getElementById('map');
// Create map
const map = L.map(document.getElementById('map'), {
const map = L.map(canvas, {
center: [51.47, 0.45],
zoom: 4,
});
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.1.0-beta.8",
"version": "9.1.0",
"packages": [
"modules/*"
],
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion modules/arrow-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@deck.gl-community/arrow-layers",
"description": "A suite of Apache Arrow enabled layers for deck.gl",
"license": "MIT",
"version": "9.1.0-beta.0",
"version": "9.1.0",
"repository": {
"type": "git",
"url": "https://github.com/visgl/deck.gl-community"
Expand Down
2 changes: 1 addition & 1 deletion modules/bing-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl-community/bing-maps",
"description": "deck.gl integration with Bing Maps",
"license": "MIT",
"version": "9.1.0-beta.8",
"version": "9.1.0",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 4 additions & 4 deletions modules/editable-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@deck.gl-community/editable-layers",
"description": "A suite of 3D-enabled data editing overlays, suitable for deck.gl",
"license": "MIT",
"version": "9.1.0-beta.8",
"version": "9.1.0",
"repository": {
"type": "git",
"url": "https://github.com/visgl/deck.gl-community"
Expand Down Expand Up @@ -77,9 +77,9 @@
"@deck.gl/geo-layers": "^9.1.0",
"@deck.gl/layers": "^9.1.0",
"@deck.gl/mesh-layers": "^9.1.0",
"@luma.gl/constants": ">=9.1.9",
"@luma.gl/core": ">=9.1.9",
"@luma.gl/engine": ">=9.1.9",
"@luma.gl/constants": "^9.1.0",
"@luma.gl/core": "^9.1.0",
"@luma.gl/engine": "^9.1.0",
"@math.gl/core": ">=4.0.1"
},
"gitHead": "8374ab0ac62a52ae8a6b14276694cabced43de35"
Expand Down
6 changes: 3 additions & 3 deletions modules/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deck.gl-community/experimental",
"version": "9.1.0-beta.8",
"version": "9.1.0",
"description": "Experimental layers for deck.gl",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -41,7 +41,7 @@
"@loaders.gl/loader-utils": "^4.2.0",
"@loaders.gl/schema": "^4.2.0",
"@loaders.gl/tiles": "^4.2.0",
"@luma.gl/core": "^9.1.9",
"@luma.gl/engine": "^9.1.9"
"@luma.gl/core": "^9.1.0",
"@luma.gl/engine": "^9.1.0"
}
}
10 changes: 5 additions & 5 deletions modules/geo-layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deck.gl-community/geo-layers",
"version": "9.1.0-beta.5",
"version": "9.1.0",
"description": "Add-0n geospatial layers for deck.gl",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -41,15 +41,15 @@
"@loaders.gl/loader-utils": "^4.2.0",
"@loaders.gl/schema": "^4.2.0",
"@loaders.gl/tiles": "^4.2.0",
"@luma.gl/constants": "^9.1.9",
"@luma.gl/core": "^9.1.9",
"@luma.gl/engine": "^9.1.9",
"@luma.gl/constants": "^9.1.0",
"@luma.gl/core": "^9.1.0",
"@luma.gl/engine": "^9.1.0",
"@math.gl/core": "^4.0.0",
"a5-js": "^0.1.4",
"h3-js": "^4.2.1"
},
"devDependencies": {
"@deck.gl/test-utils": "^9.1.12",
"@luma.gl/webgpu": "^9.1.9"
"@luma.gl/webgpu": "^9.1.0"
}
}
4 changes: 2 additions & 2 deletions modules/graph-layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deck.gl-community/graph-layers",
"version": "9.1.0-beta.8",
"version": "9.1.0",
"description": "WebGL2-Powered library for Graph Visualization",
"keywords": [
"graph",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@deck.gl/core": "^9.1.12",
"@deck.gl/layers": "^9.1.0",
"@deck.gl/widgets": "^9.1.0",
"@luma.gl/core": "^9.1.9",
"@luma.gl/core": "^9.1.0",
"@probe.gl/log": "^4.0.4",
"cardinal-spline-js": "^2.3.10",
"color": "^4.2.3",
Expand Down
10 changes: 5 additions & 5 deletions modules/infovis-layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deck.gl-community/infovis-layers",
"version": "9.1.0-beta.8",
"version": "9.1.0",
"description": "Infovis layers (non-geospatial) for deck.gl",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -38,15 +38,15 @@
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/loader-utils": "^4.2.0",
"@loaders.gl/schema": "^4.2.0",
"@luma.gl/constants": "^9.1.9",
"@luma.gl/core": "^9.1.9",
"@luma.gl/engine": "^9.1.9",
"@luma.gl/constants": "^9.1.0",
"@luma.gl/core": "^9.1.0",
"@luma.gl/engine": "^9.1.0",
"@math.gl/core": "^4.0.0",
"a5-js": "^0.1.4",
"h3-js": "^4.2.1"
},
"devDependencies": {
"@deck.gl/test-utils": "^9.1.12",
"@luma.gl/webgpu": "^9.1.9"
"@luma.gl/webgpu": "^9.1.0"
}
}
Loading
Loading