Skip to content

Commit

Permalink
Update whats-new links, removed old ones
Browse files Browse the repository at this point in the history
  • Loading branch information
1chandu committed Apr 24, 2020
1 parent 8ddde90 commit 2502101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ The following table compares the performance between CPU and GPU aggregations us

### Use react-map-gl Components with DeckGL

For React users, it is now easy to use [react-map-gl](https://visgl.github.io/react-map-gl/) components with DeckGL, including DOM-based [marker and popups](https://visgl.github.io/react-map-gl/examples/draggable-markers), [popup](https://visgl.github.io/react-map-gl/#/Documentation/api-reference/popup), [navigation control](https://visgl.github.io/react-map-gl/#/Documentation/api-reference/navigation-control), [fullscreen control](https://visgl.github.io/react-map-gl/#/Documentation/api-reference/fullscreen-control) and [geolocate control](https://visgl.github.io/react-map-gl/#/Documentation/api-reference/geolocate-control). This can be done by supplying the `ContextProvider` prop on `DeckGL`:
For React users, it is now easy to use [react-map-gl](https://visgl.github.io/react-map-gl/examples/controls) components with DeckGL, including DOM-based [marker](https://visgl.github.io/react-map-gl/docs/api-reference/marker), [popup](https://visgl.github.io/react-map-gl/docs/api-reference/popup), [navigation control](https://visgl.github.io/react-map-gl/docs/api-reference/navigation-control) and [fullscreen control](https://visgl.github.io/react-map-gl/docs/api-reference/fullscreen-control). This can be done by supplying the `ContextProvider` prop on `DeckGL`:

```jsx
/// Example using react-map-gl controls with deck.gl
Expand Down

0 comments on commit 2502101

Please sign in to comment.