Skip to content

Commit

Permalink
[Docs] Missing details in CARTO module upgrade guide (#8737)
Browse files Browse the repository at this point in the history
  • Loading branch information
srtena committed Apr 2, 2024
1 parent 2992b36 commit 4c4db33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/upgrade-guide.md
Expand Up @@ -73,7 +73,9 @@ map.addLayer(new MapboxLayer({type: ArcLayer, ...}))

### @deck.gl/carto

`CartoLayer` has been removed. Use a [Data Source](./api-reference/carto/data-sources) in combination with an [appropriate Layer](./api-reference/carto/overview#custom-layers-connected-to-carto-datasource) instead.
- `CartoLayer` has been removed. Use a [Data Source](./api-reference/carto/data-sources) in combination with an [appropriate Layer](./api-reference/carto/overview#custom-layers-connected-to-carto-datasource) instead.
- `setDefaultCredentials` has been removed. Authentication is now passed to the [Data Source](./api-reference/carto/data-sources).
- `fetchLayerData` has been replaced by `query`. Find [a working example here](./api-reference/carto/overview)

```ts
// deck.gl v9
Expand Down

0 comments on commit 4c4db33

Please sign in to comment.