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

When i add new maps and close them, the memory increases. I tested it with this code: ```javascript export default function App(props: AppProps) { const [count, setCount] = useState(1); const...

This error occurs in production but works well in development

Fixes https://github.com/alex3165/react-mapbox-gl/issues/925

From MapBox documentation it is possible to disable rotation when users zoom on mobile through: ```javascript map.touchZoomRotate.disableRotation() ``` But in react-mapbox-gl there's no option to only disable rotation when zooming...

### Description When a cluster is clicked, the `clusterCountLayer` seems to lag behind the `clusterLayer` a little, resulting in the text transition being delayed. I notice this occurs in the...

At scale 0.5, we see 2640 feet, it would be more sensible to the user if it said 2500 feet and the scale bar actually measured out to that.

As it sounds like mapbox-gl is no longer open source: https://news.ycombinator.com/item?id=25347310 There's a free software `bazaar-style` fork of mapbox-gl, `maplibre-gl` which I was early-on helping with: https://github.com/maplibre/maplibre-gl-js NPM: https://www.npmjs.com/package/maplibre-gl Is...

Hi I was trying to capture invalid token error i.e 401 inside map.on('error') listner but unfortunately this error is not being caught by error handler. Please let me know how...

I want to load sprites on my mapbox studio map via my own URL. My png, JSON files are ready, but they are not reflected in my map. ``` const...

https://docs.mapbox.com/mapbox-gl-js/example/popup-on-hover/ ![Screenshot at Nov 06 02-56-22](https://user-images.githubusercontent.com/58046080/140601117-1e6e95ce-1cf0-4c38-9ae3-adc5997e77dc.png)