react-mapbox-gl icon indicating copy to clipboard operation
react-mapbox-gl copied to clipboard

A React binding of mapbox-gl-js

Results 123 react-mapbox-gl issues
Sort by recently updated
recently updated
newest added

Would be nice to have the box zoom capability in react-mapbox-gl. Attaching gif from mapbox showing box zoom. ![test](https://user-images.githubusercontent.com/658885/114226837-01edc280-9929-11eb-90d1-233f346ded28.gif)

The typings say that the events for the `Map` are of the type `React.SyntheticEvent`, however, from what I can see the event listeners are directly passed through to the Mapbox...

Bug
v4

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Hi , I am having some issues. The mapbox is very "sticky and slow" . Compared to i.e the uber example. any tips on what could be the issue ?...

I only see the dargPan option~ With mac&chrome, I want to pan the map with my two finger at my touchpad scrolling Can I do sth to do this?

I have this component: ``` const Map = ReactMapboxGl({ accessToken: process.env.MAPBOX_KEY }); const MapView = () => { const [readMapCenter, setReadMapCenter] = useState([9.964037, 53.568269]) const handleMoveEnd = (map) => {...

On creation of a element, I noticed in the source code that the map object does extend the transformRequest (although not in the documentation), so I am trying to send...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

**As mentioned in #652 :** An id was missing in the geojson features that was preventing to use this kind of feature: https://docs.mapbox.com/mapbox-gl-js/example/hover-styles/ I added the same id to the...