Skip to content

Commit

Permalink
Fix a link in docs (#4533)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Apr 29, 2020
1 parent f9343b6 commit b26c052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/get-started/using-with-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When using deck.gl and Mapbox, there are two options you can choose from:

[react-map-gl](https://github.com/visgl/react-map-gl) is a React wrapper around mapbox-gl. If you'd like to use deck.gl with React, this component is the recommended companion.

All the [examples on this website](https://github.com/visgl/deck.gl/tree/8.1-release/examples/website) are implemented using the React integration. The `DeckGL` React component works especially well as the parent of a react-map-gl [StaticMap](https://visgl.github.io/react-map-gl/#/Documentation/api-reference/static-map), which automatically interprets the deck.gl view state (i.e. latitude, longitude, zoom etc). In this configuration your deck.gl layers will render as a perfectly synchronized geospatial overlay over the underlying map.
All the [examples on this website](https://github.com/visgl/deck.gl/tree/8.1-release/examples/website) are implemented using the React integration. The `DeckGL` React component works especially well as the parent of a react-map-gl [StaticMap](https://visgl.github.io/react-map-gl/docs/api-reference/static-map), which automatically interprets the deck.gl view state (i.e. latitude, longitude, zoom etc). In this configuration your deck.gl layers will render as a perfectly synchronized geospatial overlay over the underlying map.

### About Mapbox Tokens

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/using-with-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ For more information on this syntax, see [DeckGL API](/docs/api-reference/react/
## Remarks

* The `DeckGL` component is typically rendered as a child of a
map component like [react-map-gl](https://visgl.github.io/react-map-gl/#/),
map component like [react-map-gl](https://visgl.github.io/react-map-gl),
but could be rendered as a child of any React component that you want to
overlay your layers on top of.

Expand Down

0 comments on commit b26c052

Please sign in to comment.