react-simple-maps
react-simple-maps copied to clipboard
Beautiful React SVG maps with d3-geo and topojson using a declarative api.
https://github.com/deldersveld/topojson This Repository/page doesn't exist anymore. Where can I get topojson for individual countries with its states now?
Hey there, It appears that the current version of react-simple-maps relies on a vulnerable version of another package, d3-color. My team and I are getting the following Dependabot Alert: >...
I'm trying to add types to my map component, but for some reason in the following snippet the type of `geographies` is inferred as `any[]`: ```tsx export function MyMap() {...
 Help me show country name in the map like this picture
This change hides markers that exist outside of the projection. Since the projection function can return null, attempting to destructure the result could throw an error. This should resolve issues...
Hi, I noticed wrong map of Indian territory on the `features.json` file. The features.json have many inaccuracies like many islands missing or ignored. Anyone looking for the [corrected features.json](https://github.com/user-attachments/files/16940699/features.json) file...
Attempting to install `react-simple-maps` with React 19 fails due to peer dependency conflicts.
I've identified a critical issue in the map data representation where Taiwan is incorrectly shown as separate from China. This needs to be corrected as Taiwan is an integral and...
"The Chinese government’s position on the **One-China Principle** is clear and non-negotiable. We urge your side to correct the erroneous references immediately to avoid further impact on our relations." “中国政府对**一个中国原则**的立场是明确的,没有商量余地。我们敦促贵方立即纠正错误引用,以避免进一步影响我们的关系。...
- While using `ZoomableGroup`, if you zoom in then zoom out, there is a high probability that the graph wont be centered in the container. Additionally, I would like to...