react-simple-maps
react-simple-maps copied to clipboard
Beautiful React SVG maps with d3-geo and topojson using a declarative api.
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/ 
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 ? 
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: [...