Skip to content

Commit

Permalink
Reference 9.1 in docs and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Jan 21, 2025
1 parent bda9a40 commit 08bc82f
Show file tree
Hide file tree
Showing 134 changed files with 156 additions and 156 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deck.gl is designed to be highly customizable. All layers come with flexible API
```

- [Get started](./get-started/using-standalone.md#using-the-scripting-api)
- [Full examples](https://github.com/visgl/deck.gl/tree/master/examples/get-started/scripting)
- [Full examples](https://github.com/visgl/deck.gl/tree/9.1-release/examples/get-started/scripting)

### NPM Module

Expand All @@ -56,12 +56,12 @@ npm install deck.gl
#### Pure JS

- [Get started](./get-started/using-standalone.md)
- [Full examples](https://github.com/visgl/deck.gl/tree/master/examples/get-started/pure-js)
- [Full examples](https://github.com/visgl/deck.gl/tree/9.1-release/examples/get-started/pure-js)

#### React

- [Get started](./get-started/using-with-react.md)
- [Full examples](https://github.com/visgl/deck.gl/tree/master/examples/get-started/react)
- [Full examples](https://github.com/visgl/deck.gl/tree/9.1-release/examples/get-started/react)

### Python

Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/aggregation-layers/aggregation-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Aggregation results can be obtained here with `aggregator.getBins`, `aggregator.

## Source

[modules/aggregation-layers/src/common/aggregation-layer.ts](https://github.com/visgl/deck.gl/tree/master/modules/aggregation-layers/src/common/aggregation-layer.ts)
[modules/aggregation-layers/src/common/aggregation-layer.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/aggregation-layers/src/common/aggregation-layer.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/aggregation-layers/aggregator.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ The number of bins in the aggregated result.

## Source

[modules/aggregation-layers/src/common/aggregator/aggregator.ts](https://github.com/visgl/deck.gl/tree/master/modules/aggregation-layers/src/common/aggregator/aggregator.ts)
[modules/aggregation-layers/src/common/aggregator/aggregator.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/aggregation-layers/src/common/aggregator/aggregator.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/aggregation-layers/contour-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ The `ContourLayer` renders the following sublayers:

## Source

[modules/aggregation-layers/src/contour-layer](https://github.com/visgl/deck.gl/tree/master/modules/aggregation-layers/src/contour-layer)
[modules/aggregation-layers/src/contour-layer](https://github.com/visgl/deck.gl/tree/9.1-release/modules/aggregation-layers/src/contour-layer)
2 changes: 1 addition & 1 deletion docs/api-reference/aggregation-layers/cpu-aggregator.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ aggregator.setProps({

## Source

[modules/aggregation-layers/src/common/aggregator/cpu-aggregator/cpu-aggregator.ts](https://github.com/visgl/deck.gl/tree/master/modules/aggregation-layers/src/common/aggregator/cpu-aggregator/cpu-aggregator.ts)
[modules/aggregation-layers/src/common/aggregator/cpu-aggregator/cpu-aggregator.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/aggregation-layers/src/common/aggregator/cpu-aggregator/cpu-aggregator.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/aggregation-layers/grid-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,4 +524,4 @@ The GridLayer renders the following sublayers:

## Source

[modules/aggregation-layers/src/grid-layer](https://github.com/visgl/deck.gl/tree/master/modules/aggregation-layers/src/grid-layer)
[modules/aggregation-layers/src/grid-layer](https://github.com/visgl/deck.gl/tree/9.1-release/modules/aggregation-layers/src/grid-layer)
2 changes: 1 addition & 1 deletion docs/api-reference/aggregation-layers/heatmap-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,4 @@ The `HeatmapLayer` performs aggregation on the GPU. This feature is fully suppor

## Source

[modules/aggregation-layers/src/heatmap-layer](https://github.com/visgl/deck.gl/tree/master/modules/aggregation-layers/src/heatmap-layer)
[modules/aggregation-layers/src/heatmap-layer](https://github.com/visgl/deck.gl/tree/9.1-release/modules/aggregation-layers/src/heatmap-layer)
2 changes: 1 addition & 1 deletion docs/api-reference/aggregation-layers/hexagon-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,4 +528,4 @@ The HexagonLayer renders the following sublayers:

## Source

[modules/aggregation-layers/src/hexagon-layer](https://github.com/visgl/deck.gl/tree/master/modules/aggregation-layers/src/hexagon-layer)
[modules/aggregation-layers/src/hexagon-layer](https://github.com/visgl/deck.gl/tree/9.1-release/modules/aggregation-layers/src/hexagon-layer)
2 changes: 1 addition & 1 deletion docs/api-reference/aggregation-layers/screen-grid-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,4 +284,4 @@ The [PickingInfo.object](../../developer-guide/interactivity.md#the-pickinginfo-

## Source

[modules/aggregation-layers/src/screen-grid-layer](https://github.com/visgl/deck.gl/tree/master/modules/aggregation-layers/src/screen-grid-layer)
[modules/aggregation-layers/src/screen-grid-layer](https://github.com/visgl/deck.gl/tree/9.1-release/modules/aggregation-layers/src/screen-grid-layer)
2 changes: 1 addition & 1 deletion docs/api-reference/aggregation-layers/webgl-aggregator.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ Mapped uniforms for shadertool modules, see [ModelProps](https://github.com/visg

## Source

[modules/aggregation-layers/src/common/aggregator/gpu-aggregator/webgl-aggregator.ts](https://github.com/visgl/deck.gl/tree/master/modules/aggregation-layers/src/common/aggregator/gpu-aggregator/webgl-aggregator.ts)
[modules/aggregation-layers/src/common/aggregator/gpu-aggregator/webgl-aggregator.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/aggregation-layers/src/common/aggregator/gpu-aggregator/webgl-aggregator.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/carto/h3-tile-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ Use one of the following [Data Sources](./data-sources.md) to fetch this from th

## Source

[modules/carto/src/layers/h3-tile-layer.ts](https://github.com/visgl/deck.gl/tree/master/modules/carto/src/layers/h3-tile-layer.ts)
[modules/carto/src/layers/h3-tile-layer.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/carto/src/layers/h3-tile-layer.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/carto/point-label-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ The layer includes built-in collision detection that:
## Source
[modules/carto/src/layers/point-label-layer.ts](https://github.com/visgl/deck.gl/tree/master/modules/carto/src/layers/point-label-layer.ts)
[modules/carto/src/layers/point-label-layer.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/carto/src/layers/point-label-layer.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/carto/quadbin-tile-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ Called for each data object to retrieve the quadbin bigint identifier.

## Source

[modules/carto/src/layers/quadbin-tile-layer.ts](https://github.com/visgl/deck.gl/tree/master/modules/carto/src/layers/quadbin-tile-layer.ts)
[modules/carto/src/layers/quadbin-tile-layer.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/carto/src/layers/quadbin-tile-layer.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/carto/raster-tile-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ Use the [rasterSource](./data-sources.md#rastersource) to fetch this from the CA

## Source

[modules/carto/src/layers/raster-tile-layer.ts](https://github.com/visgl/deck.gl/tree/master/modules/carto/src/layers/raster-tile-layer.ts)
[modules/carto/src/layers/raster-tile-layer.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/carto/src/layers/raster-tile-layer.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/carto/vector-tile-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ Use one of the following [Data Sources](./data-sources.md) to fetch this from th

## Source

[modules/carto/src/layers/vector-tile-layer.ts](https://github.com/visgl/deck.gl/tree/master/modules/carto/src/layers/vector-tile-layer.ts)
[modules/carto/src/layers/vector-tile-layer.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/carto/src/layers/vector-tile-layer.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/attribute-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ The following `type` values are supported for attribute definitions:
## Source

[modules/core/src/lib/attribute-manager.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/lib/attribute/attribute-manager.ts)
[modules/core/src/lib/attribute-manager.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/lib/attribute/attribute-manager.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/camera-light.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ const cameraLight = new CameraLight({color, intensity});

## Source

[/modules/core/src/effects/lighting/camera-light.ts](https://github.com/visgl/deck.gl/tree/master/modules/core/src/effects/lighting/camera-light.ts)
[/modules/core/src/effects/lighting/camera-light.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/effects/lighting/camera-light.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/composite-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,4 @@ Returns:

## Source

[modules/core/src/lib/composite-layer.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/lib/composite-layer.ts)
[modules/core/src/lib/composite-layer.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/lib/composite-layer.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ class MyController extends Controller{

## Source

[modules/core/src/controllers/controller.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/controllers/controller.ts)
[modules/core/src/controllers/controller.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/controllers/controller.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/deck.md
Original file line number Diff line number Diff line change
Expand Up @@ -736,4 +736,4 @@ A map of various performance statistics for the last 60 frames of rendering. Met
## Source
[modules/core/src/lib/deck.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/lib/deck.ts)
[modules/core/src/lib/deck.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/lib/deck.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/deckgl.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ Returns the mapbox-gl or maplibre-gl [Map](https://www.mapbox.com/mapbox-gl-js/a

## Source

[modules/main/bundle.ts](https://github.com/visgl/deck.gl/blob/master/modules/main/bundle.ts)
[modules/main/bundle.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/main/bundle.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/directional-light.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ const directionalLight = new DirectionalLight({color, intensity, direction});

## Source

[/modules/core/src/effects/lighting/directional-light.ts](https://github.com/visgl/deck.gl/tree/master/modules/core/src/effects/lighting/directional-light.ts)
[/modules/core/src/effects/lighting/directional-light.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/effects/lighting/directional-light.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/first-person-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ See the `Controller` class [documentation](./controller.md#methods) for the meth

## Source

[modules/core/src/controllers/first-person-controller.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/controllers/first-person-controller.ts)
[modules/core/src/controllers/first-person-controller.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/controllers/first-person-controller.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/first-person-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ Visit the [FirstPersonController](./first-person-controller.md) documentation fo

## Source

[modules/core/src/views/first-person-view.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/views/first-person-view.ts)
[modules/core/src/views/first-person-view.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/views/first-person-view.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/fly-to-interpolator.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Parameters:

## Source

[modules/core/src/transitions/fly-to-interpolator.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/transitions/fly-to-interpolator.ts)
[modules/core/src/transitions/fly-to-interpolator.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/transitions/fly-to-interpolator.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/globe-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ See the `Controller` class [documentation](./controller.md#methods) for the meth

## Source

[modules/core/src/controllers/globe-controller.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/controllers/globe-controller.ts)
[modules/core/src/controllers/globe-controller.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/controllers/globe-controller.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/globe-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ parameters: {

## Source

[modules/core/src/views/globe-view.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/views/globe-view.ts)
[modules/core/src/views/globe-view.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/views/globe-view.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/globe-viewport.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ Returns:

## Source

[modules/core/src/viewports/globe-viewport.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/viewports/globe-viewport.ts)
[modules/core/src/viewports/globe-viewport.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/viewports/globe-viewport.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/layer-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ Updates the current list of layers.

## Source

[modules/core/src/lib/layer-manager.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/lib/layer-manager.ts)
[modules/core/src/lib/layer-manager.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/lib/layer-manager.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -905,4 +905,4 @@ Returns:

## Source

[modules/core/src/lib/layer.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/lib/layer.ts)
[modules/core/src/lib/layer.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/lib/layer.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/lighting-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Array of [PointLight](./point-light.md) source which emits from a point in all d

## Source

[/modules/core/src/effects/lighting/lighting-effect.ts](https://github.com/visgl/deck.gl/tree/master/modules/core/src/effects/lighting/lighting-effect.ts)
[/modules/core/src/effects/lighting/lighting-effect.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/effects/lighting/lighting-effect.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/linear-interpolator.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Parameters:

## Source

[modules/core/src/transitions/linear-interpolator.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/transitions/linear-interpolator.ts)
[modules/core/src/transitions/linear-interpolator.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/transitions/linear-interpolator.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/map-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ See the `Controller` class [documentation](./controller.md#methods) for the meth

## Source

[modules/core/src/controllers/map-controller.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/controllers/map-controller.ts)
[modules/core/src/controllers/map-controller.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/controllers/map-controller.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/map-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ Visit the [MapController](./map-controller.md) documentation for a full list of

## Source

[modules/core/src/views/map-view.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/views/map-view.ts)
[modules/core/src/views/map-view.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/views/map-view.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/orbit-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ See the `Controller` class [documentation](./controller.md#methods) for the meth

## Source

[modules/core/src/controllers/orbit-controller.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/controllers/orbit-controller.ts)
[modules/core/src/controllers/orbit-controller.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/controllers/orbit-controller.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/orbit-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ Visit the [OrbitController](./orbit-controller.md) documentation for a full list

## Source

[modules/core/src/views/orbit-view.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/views/orbit-view.ts)
[modules/core/src/views/orbit-view.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/views/orbit-view.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/orthographic-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ See the `Controller` class [documentation](./controller.md#methods) for the meth

## Source

[modules/core/src/controllers/orthographic-controller.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/controllers/orthographic-controller.ts)
[modules/core/src/controllers/orthographic-controller.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/controllers/orthographic-controller.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/orthographic-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ Visit the [OrthographicController](./orthographic-controller.md) documentation f

## Source

[modules/core/src/views/orthographic-view.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/views/orthographic-view.ts)
[modules/core/src/views/orthographic-view.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/views/orthographic-view.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/point-light.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ const pointLight = new PointLight({color, intensity, position});

## Source

[/modules/core/src/effects/lighting/point-light.ts](https://github.com/visgl/deck.gl/tree/master/modules/core/src/effects/lighting/point-light.ts)
[/modules/core/src/effects/lighting/point-light.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/effects/lighting/point-light.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/post-process-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ const deckgl = new Deck({

## Source

[/modules/core/src/effects/post-process-effect.ts](https://github.com/visgl/deck.gl/tree/master/modules/core/src/effects/post-process-effect.ts)
[/modules/core/src/effects/post-process-effect.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/effects/post-process-effect.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/sun-light.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ const sunLight = new SunLight({timestamp, color, intensity});

## Source

[/modules/core/src/effects/lighting/sun-light.ts](https://github.com/visgl/deck.gl/tree/master/modules/core/src/effects/lighting/sun-light.ts)
[/modules/core/src/effects/lighting/sun-light.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/effects/lighting/sun-light.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/transition-interpolator.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ Returns:

## Source

[modules/core/src/transitions/transition-interpolator.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/transitions/transition-interpolator.ts)
[modules/core/src/transitions/transition-interpolator.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/transitions/transition-interpolator.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ Returns an object containing the following fields:

## Source

[modules/core/src/views/view.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/views/view.ts)
[modules/core/src/views/view.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/views/view.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/viewport.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ if (outDir) {

## Source

[modules/core/src/viewports/viewport.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/viewports/viewport.ts)
[modules/core/src/viewports/viewport.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/viewports/viewport.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/core/web-mercator-viewport.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,4 @@ function App() {

## Source

[modules/core/src/viewports/web-mercator-viewport.ts](https://github.com/visgl/deck.gl/blob/master/modules/core/src/viewports/web-mercator-viewport.ts)
[modules/core/src/viewports/web-mercator-viewport.ts](https://github.com/visgl/deck.gl/tree/9.1-release/modules/core/src/viewports/web-mercator-viewport.ts)
2 changes: 1 addition & 1 deletion docs/api-reference/extensions/brushing-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ Called to retrieve an arbitrary position for each object that it will be filtere

## Source

[modules/extensions/src/brushing](https://github.com/visgl/deck.gl/tree/master/modules/extensions/src/brushing)
[modules/extensions/src/brushing](https://github.com/visgl/deck.gl/tree/9.1-release/modules/extensions/src/brushing)
2 changes: 1 addition & 1 deletion docs/api-reference/extensions/clip-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ Supported format: `[left, bottom, right, top]`

## Source

[modules/extensions/src/clip](https://github.com/visgl/deck.gl/tree/master/modules/extensions/src/clip)
[modules/extensions/src/clip](https://github.com/visgl/deck.gl/tree/9.1-release/modules/extensions/src/clip)
2 changes: 1 addition & 1 deletion docs/api-reference/extensions/data-filter-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,4 +317,4 @@ Given data filtering happens on GPU, not all layers of `@deck.gl/aggregation-lay

## Source

[modules/extensions/src/data-filter](https://github.com/visgl/deck.gl/tree/master/modules/extensions/src/data-filter)
[modules/extensions/src/data-filter](https://github.com/visgl/deck.gl/tree/9.1-release/modules/extensions/src/data-filter)
2 changes: 1 addition & 1 deletion docs/api-reference/extensions/fill-style-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ The offset of the pattern, relative to the original size. Offset `[0.5, 0.5]` sh

## Source

[modules/extensions/src/fill-style](https://github.com/visgl/deck.gl/tree/master/modules/extensions/src/fill-style)
[modules/extensions/src/fill-style](https://github.com/visgl/deck.gl/tree/9.1-release/modules/extensions/src/fill-style)
2 changes: 1 addition & 1 deletion docs/api-reference/extensions/fp64-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ When added to a layer via the `extensions` prop, the `Fp64Extension` requires th

## Source

[modules/extensions/src/fp64](https://github.com/visgl/deck.gl/tree/master/modules/extensions/src/fp64)
[modules/extensions/src/fp64](https://github.com/visgl/deck.gl/tree/9.1-release/modules/extensions/src/fp64)
2 changes: 1 addition & 1 deletion docs/api-reference/extensions/path-style-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ The high precision mode pre-calculates path length on the CPU, so it may be slow

## Source

[modules/extensions/src/path-style](https://github.com/visgl/deck.gl/tree/master/modules/extensions/src/path-style)
[modules/extensions/src/path-style](https://github.com/visgl/deck.gl/tree/9.1-release/modules/extensions/src/path-style)
2 changes: 1 addition & 1 deletion docs/api-reference/geo-layers/geohash-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ The `GeohashLayer` renders the following sublayers:

## Source

[modules/geo-layers/src/geohash-layer](https://github.com/visgl/deck.gl/tree/master/modules/geo-layers/src/geohash-layer)
[modules/geo-layers/src/geohash-layer](https://github.com/visgl/deck.gl/tree/9.1-release/modules/geo-layers/src/geohash-layer)
Loading

0 comments on commit 08bc82f

Please sign in to comment.