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

A React binding of mapbox-gl-js

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

What: I'm seeing a partial height on map's initial load. In: latest Firefox (74.0) latest package v (4.8.2) With containerStyles: `width: '100%', height: '100%', position: 'absolute', top: 0, left: 0,...

I am trying to use the library in Remix environment. When I import and use the map component, I am getting this error: ``` X [ERROR] Cannot assign to import...

``` const renderClusterMarker = useCallback( ( coordinates: GeoJSON.Position, pointCount: number, getLeaves: ( limit?: number, offset?: number ) => Array ) => { const leaves = getLeaves(100).map(leave => leave?.props.children.props.marker as CurrentMaker)...

Bumps [terser](https://github.com/terser/terser) from 4.3.9 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Everything works fine when working on localhost but when I build the app and deploy to firebase, the map doesn't show and returns an empty gray box. I am sure...

Reproducible by upgrading React version of website example to version 18 Before (React 17): https://user-images.githubusercontent.com/10248395/178124854-0de1e9bc-7e79-48ee-8a57-37c2c3dd8ad3.mov After (React 18): https://user-images.githubusercontent.com/10248395/178124860-bec3d0be-b9fe-410c-b538-9d28a0f64982.mov

I have an application that can display 2 maps on the same page. The first map always loads without any issues (mostly). However when you open a popup with a...

I'm trying to create a Strava-esque elevation chart using Chart.JS and Mapbox. When I move my mouse across the chart I am passing the coordinates to a feature for it...

I am using the following version ``` "react-mapbox-gl": "^5.1.1", "react-mapbox-gl-draw": "^2.0.4", "mapbox-gl": "^2.9.1", ```

Tell me please. Why do I receive this error: `Error: "An API access token is required to use Mapbox GL. See https://www.mapbox.com/api-documentation/#access-tokens-and-token-scopes"` Any other token doesn't work either Example: https://stackblitz.com/edit/react-ts-fe73xz