react-mapbox-gl
react-mapbox-gl copied to clipboard
A React binding of mapbox-gl-js
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.20 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...
Do we have more explicit types for 1. GeojsonLayer 2. Layer 3. Feature 4. PopUp 5. Marker ??
Hey! We are currently trying to use react-mapbox-gl to create an opacity slider for our application: https://github.com/WFP-VAM/prism-frontend/pull/138 However, we ran into a roadblock. If you try updating the opacity of...
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
[Next.JS error](https://github.com/vercel/next.js/blob/master/errors/css-npm.md): ``` ./node_modules/mapbox-gl/dist/mapbox-gl.css Global CSS cannot be imported from within node_modules. Read more: https://err.sh/next.js/css-npm Location: node_modules/react-mapbox-gl/lib-esm/map.js ``` package.json ``` "dependencies": { "mapbox-gl": "^1.11.1", "next": "9.5.1", "react": "16.13.1", "react-dom": "16.13.1",...
It seems that version 5 has broken the callbacks for the `` component when using the `useState` hook. Here is a simplified example map that uses `onMoveStart`, `onMoveEnd` with a...
This is a strawman fix for #927. Currently react-mapbox-gl binds DOM events the first time a prop function is passed in, which means that for memoized functions (for instance, with...
having an issue where feature doesn't show up on map. I'm loading a custom image with images prop. confirmed via logs the images prop is being set correctly. ``` import...
Also, for me the demo codes are a bit hard to understand. It would have helped more if they were written to accommodate React style. code: ```jsx import React, {...