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 165 react-simple-maps issues
Sort by recently updated
recently updated
newest added

This was the default on the previous version. It seems it was missing from the latest. I can't make it look like the old version of react-simple-maps though. It seems...

`componentWillReceiveProps` will be renamed [`UNSAFE_componentWillReceiveProps` in react 17](https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops) and reults in console errors when run in React strict mode. This PR replaces all use of `componentWillReceiveProps` with `componentDidUpdate`. While this...

Hi! First of all, really nice library! I was wondering if it has support for react native, or if it's on your roadmap. Thanks!

Hello, Is there a way to make the map fit the parent container ? I want it to be entirely visible on all screen resolutions, without manually panning & zooming....

Is there an example of using a custom image file, such as a fantasy or artistic map? I don't seem to see any way to use this library over a...

Hi, d3-color version

# Description SVG nodes generated by `Geography` component all have an attribute `tabindex="0"`. Screenshot taken from generated svg from [this example](https://www.react-simple-maps.io/examples/basic-markers/): ![image](https://user-images.githubusercontent.com/3367393/160639223-8496f3da-58b4-491d-b71d-4463a52eab58.png) This behaviour adds any generated svg node to...

First of all, thanks for creating this project! I've noticed [topojson maps display](https://github.com/zcreativelabs/react-simple-maps/tree/master/topojson-maps) some disputed territories by _on the ground_ rule, which will eventually violate some local laws and might...