react-simple-maps
react-simple-maps copied to clipboard
Beautiful React SVG maps with d3-geo and topojson using a declarative api.
I'm trying to show a map marker on Puerto Rico, but apparently, the US territories are not a part of geoAlbersUsa projection. Can someone guide me on how I can...
I am trying to call the click function in the Geography element using selenium but for some reason, the event is not executed. How can I do this? Follow a...
Good people, Are there any github repo versions of the docs? The [official docs site](https://www.react-simple-maps.io/docs/getting-started/) seems very slow to access and often time out from my side. I think it's...
Hi, I can't seem to find the correct way to programmatically set the position of a tooltip on a specific country. Using `data-tip` and `data-for` on react tooltip does not...
Hi, I am trying to create a 3d rotating globe, I've looked at the docs and it is not clear to me how I can create a smooth rotate, becaue...
Hi I'm currently using us-albers topojson map, and I wonder if there is a way to get one state from full US map. Here is my attempt in [sandbox](https://codesandbox.io/s/usa-state-labels-map-6z24p?file=/src/MapChart.js). I'm...
I try to build Globe like here https://codesandbox.io/s/react-simple-maps-globe-hl2ny But I use the last version of "react-simple-maps": "2.0.0" instead of "0.12.1" like in the example code and receive this error: TypeError:...
Hi there. Firstly: great package, especially for a React beginner like myself. Unfortunately, I'm having problems with the '[with-react-tooltip](https://github.com/zcreativelabs/react-simple-maps/tree/master/examples/with-react-tooltip)' example. No tooltip is appearing as I hover over countries. I...
How can you make the maps update when props are passed into them? I was looking through the examples of the older version of react-simple-maps and I saw that you...
Right now if you want to implement the maps, we have: `` or maybe `` And when I check the code in the component, it ends up here: `if (isString(geography))...