diff --git a/docs/api-reference/mapbox/overview.md b/docs/api-reference/mapbox/overview.md index 221aa2f8ab6..651d4ded72b 100644 --- a/docs/api-reference/mapbox/overview.md +++ b/docs/api-reference/mapbox/overview.md @@ -37,7 +37,7 @@ npm install @deck.gl/mapbox import {MapboxOverlay} from '@deck.gl/mapbox'; ``` -### Camera Syncronization between deck.gl and Mapbox +### Camera Synchronization between deck.gl and Mapbox This module keeps a deck.gl `MapView` in sync with the mapbox-gl camera so that the base map and deck layers are always geospactially aligned. Some `Deck` props, such as `viewState`, are ignored or have different behavior. See `MapboxOverlay` constructor notes. Also, some camera features are unable to be fully synchronized due to mapbox-gl API limitations, see [limitations](#limitations). @@ -81,4 +81,4 @@ If you're using deck.gl in a React or Scripting environment, you just want the b * When using deck.gl as Mapbox layers or controls, `Deck` only receives a subset of user inputs delegated by `Map`. Therefore, certain interactive callbacks like `onDrag`, `onInteractionStateChange` are not available. * Mapbox/MapLibre's terrain features are partially supported. When a terrain is used, the camera of deck.gl and the base map should synchronize, however the deck.gl data with z=0 are rendered at the sea level and not aligned with the terrain surface. * Only Mercator projection is supported. Mapbox adaptive projection is not supported as their API doesn't expose the projection used. -* The `position` property in `viewState` has no equivalent in mapbox-gl. \ No newline at end of file +* The `position` property in `viewState` has no equivalent in mapbox-gl.