react-simple-maps icon indicating copy to clipboard operation
react-simple-maps copied to clipboard

Beautiful React SVG maps with d3-geo and topojson using a declarative api.

Results 156 react-simple-maps issues
Sort by recently updated
recently updated
newest added

When I click on the map outside of any country then the tooltip renders at the border surrounding the map.

**Problem** When trying to render markers on a map a `TypeError` can be encountered if the coordinate is not on the map. **Expectation** The render would fail gracefully, possibly emitting...

in India the map and its location is not showing in exact location

the website is beautiful,and I want to get some idea from the website,so where I can find the source code the your awesome project?

This map data makes strong political statements and should be reviewed immediately

# Description - Closes #276 I have no idea whether the previous tabindex behavior had a specific intent, please do tell me about it.

fix typo, translateExtent([[a1, a1], [b1, b2]]) should be translateExtent([[a1, a2], [b1, b2]])

This PR changes `useZoomPan` to make sure that position is initialized to the correct values on the first render, instead of the value `{ x: 0, y: 0, k: 1...

I converted this D3 demo and put it into react-simple-maps https://observablehq.com/@d3/zoom-to-bounding-box `` Given a GeoJSON feature, it will zoom to fill the screen with the bounding box of that feature....