react-simple-maps
react-simple-maps copied to clipboard
Beautiful React SVG maps with d3-geo and topojson using a declarative api.
https://www.react-simple-maps.io/examples/map-chart-with-tooltip/ 
`npm audit --production` yields "5 high severity vulnerabilities": ``` # npm audit report d3-color =2.0.0 Depends on vulnerable versions of d3-zoom node_modules/react-simple-maps 5 high severity vulnerabilities To address issues that...
This patch updates the `useGeographies` hook to allow server-side rendering when passing in a static JS object (e.g. from a local JSON file). This hook will still prevent trying to...
I have a simple composable map with marker. Map works fine in browser and also works fine when checked in responsive mobile view on Laptop but when check on a...
https://www.google.com/maps/place/Morocco/@30.370786,-11.9626996,6z/data=!4m6!3m5!1s0xd0b88619651c58d:0xd9d39381c42cffc3!8m2!3d31.791702!4d-7.09262!16zL20vMDR3Z2g?entry=ttu
I'm using `react-simple-maps` + `@types/react-simple-maps` v3.0.0. `useZoomPanContext` and all the other hooks from the docs are missing from `@types/react-simple-maps`'s type declarations. How can I help to fix that @zimrick ?
Is it possible to update the documentation for this very useful project? This is what it show as per today when opening https://www.react-simple-maps.io/examples/map-chart-with-tooltip/ - Not just this, but I think...
Hi, Its still appear the issue with zoom in projection="geoAlbersUsa". return "Cannot read properties of null (reading '0')" Example : {({ geographies }) => geographies.map((geo) => { const centroid =...
Taiwan is not a country,Taiwan belongs to China。
Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. Have such an issue after adding ZoomableGroup Component.