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

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 26.6.3 to 28.1.3. Release notes Sourced from jest's releases. v28.1.3 Features [jest-leak-detector] Use native FinalizationRegistry when it exists to get rid of external C dependency (#12973) Fixes...

dependencies
javascript

Bumps [flow-remove-types](https://github.com/facebook/flow) from 2.183.1 to 2.184.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flow-remove-types&package-manager=npm_and_yarn&previous-version=2.183.1&new-version=2.184.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [eslint](https://github.com/eslint/eslint) from 8.20.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...

dependencies
javascript

Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.74.0. Release notes Sourced from webpack's releases. v5.74.0 Features add resolve.extensionAlias option which allows to alias extensions This is useful when you are forced to...

dependencies
javascript

Hi, I recently upgraded project webpack from version 4.46.0 to 5.21.0 and there seems to be a build issue with react-map-gl compatibility. I had version react-map-gl version 5.2.7 installed, and...

Bumps [@mapbox/mapbox-gl-language](https://github.com/mapbox/mapbox-gl-language) from 0.10.1 to 1.0.0. Release notes Sourced from @​mapbox/mapbox-gl-language's releases. v1.0.0 1.0.0 ⚠️ Breaking changes Adds support for Mapbox Streets v8 vector tileset and all styles based on...

dependencies
javascript

I'm trying to add 3D terrain to a map the same [https://docs.mapbox.com/mapbox-gl-js/example/add-terrain/](url) , but now I can't figure out **setTerrain** method to use [exaggeration] to exaggerate the height of the...

enhancement

What I need to do is to deactivate the highlight function until the users reach a certain higher zoom level. So is there a `getZoom()` function in this library and...

Add support for `cooperativeGestures` released in [mapbox-gl v2.6.0](https://github.com/mapbox/mapbox-gl-js/releases/tag/v2.6.0)