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

The map shows Crimea as part of Russia. This is not correct and needs a change on the topology.

please help me when i try to implement this library in react native app, it give me an error, Error: View config getter callback for component `g` must be a...

I am drawing US map and style it with `style={{ default: { stroke: '#FAFAFA', strokeWidth: 0.75, outline: 'none' }, hover: { stroke: '#232323', strokeWidth: 2, outline: 'none' }, pressed: {...

https://www.react-simple-maps.io/examples/map-chart-with-tooltip/ ![image](https://user-images.githubusercontent.com/21298211/221377924-73dff19f-4805-47eb-a0a1-28a0eb3976ae.png)

I'm making a chart for my admin panel that renders ip's, it should look like google, will it be able to render positioning by ip address ? ![image](https://user-images.githubusercontent.com/86408260/234249251-95d3bd5c-af9c-42c4-a869-c1811984b516.png)

I am using QGIS Software to generate geojson it was centered in the software but not in react-simple-maps. could you help me with this? Here's the link to my geojson:...

Currently, the `style` property of the `Geography` component is unable to be updated dynamically in a functional component. Below is an example of what I am attempting to accomplish. ```...

Is there a method to retain panning but only allow zooming via button click, or disable mouse wheel zoom? I have the following ZoomableGroup ``` ``` buttons for handling zoom...

Can anyone explain to me how to use the projection config. I have a geojson ``` { type: 'FeatureCollection', features: [ { type: 'Feature', properties: {}, geometry: { coordinates: [...