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

React Component Library for Mapbox GL JS

Results 67 react-map-gl issues
Sort by recently updated
recently updated
newest added

I want to export geojason file after drawing on map Is there a way to set a download button at draw control panel

**Describe the bug** setting cluster={true} on a Source component does not pass through. When inspecting the source after it's added, the cluster property does not show, but if I manually...

`mapbox-gl` 2.6.0 added a new option for “cooperative gestures” - when enabled, touch panning requires two fingers and scroll zooming requires ctrl to be pressed while scrolling: https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md#260 Could you...

Are there any examples of working heatmaps that change radius or intensity based on zoom level? I can't seem to get that working with this package. Here's my current layer:...

I use flyTo with padding inside `map.flyTo({ center: [ longitude, latitude ], zoom: newZoom, speed: 1, padding: { top: 100, bottom: 100, left: 600, right: 50 }, }); ` But...

**Describe the bug** An error occurred while parsing the WebWorker bundle. This is most likely due to improper transpilation by Babel; please see https://docs.mapbox.com/mapbox-gl-js/api/#transpiling-v2 The error started to happen after...

**Describe the bug** As of ~12 months ago `sourcesCache` in the map style has been renamed into three different variables: https://github.com/mapbox/mapbox-gl-js/blob/36533f3683dd48837ab07095fb6484165d9ee400/src/style/style.js#L139. This means any call which hits `_updateTileSource` in `Source`...

Since I added `urbica/react-map-gl` to my app, I get this npm warning: ``` @mapbox/[email protected] requires a peer of mapbox-gl@^0.29.0 but none is installed. You must install peer dependencies yourself ```...

bug
help wanted

**Is your feature request related to a problem? Please describe.** I would like to add a z-index to certain markers on my map to ensure they show up in front...