react-map-gl
react-map-gl copied to clipboard
React friendly API wrapper around MapboxGL JS
### Description It seems that when reusing a map and you unmount and mount the map somewhere else with different props (e.g. with `isInteractive` switched to false on re-mount) the...
### Description Initial zoom greater than 6 does not show layers unless we zoom out and then back in when using the globe projection ### Expected Behavior Layers rendered ###...
### Description My app requires a map within a div that is transformed using `matrix3d` CSS transformer. This was done before version 7 by transforming (`matrix3d`) a wrapping div around...
### Target Use Case I have a `` of type `raster` in which I would like to change the tiles dynamically. My use case is that my source is a...
### Target Use Case I have a client who uses react-map-gl for an application that predicts live events accross the United States that also has global application. He wants to...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 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) Commits See full diff in compare...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 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) Commits See full diff in compare...
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [](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...
Sometimes it can be handy to insert a visualisation layer under another layer from mapbox (for example under the labels). To do that, we can use DeckGL's custom mapbox layer...
I upgraded to 6.0.0 (also tried 6.0.1) and everything works fine in development mode, but in the production build the background map doesn't render using. I'm using a mapbox token....