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

new geoUrl from this [issue](https://github.com/zcreativelabs/react-simple-maps/issues/345#issuecomment-1747960168)

I'm using react-simple-maps 3.0.0 and ran into this problem ![Uzbek](https://github.com/zcreativelabs/react-simple-maps/assets/124881290/96cf5fba-c0e8-481a-8a42-09840d120d60) when hovering over Kazakhstan stroke overlaps with other countries ![Kazah](https://github.com/zcreativelabs/react-simple-maps/assets/124881290/42121ea6-c85f-420f-a510-f5e7f553e105)

https://raw.githubusercontent.com/deldersveld/topojson/master/world-continents.json The link does not work; that's why the map does not show.

When i set disablePanning & disableZooming to true i still able to zoom and pan from ZoomableGroup

Inside my country map json, I want to add TongaCountry with arcs, I've added the country but - it is throwing the error. Please add Tonga Country in the topo...

I am using react-simple-maps v.3.0.0 When I use `useMapContext()` as instructed in the [document](https://www.react-simple-maps.io/docs/use-map-context/), I am getting undefined. ``` Cannot destructure property 'projection' of 'useMapContext(...)' as it is undefined. ```...

Here is my implementation: https://github.com/kennethbigler/react-home/blob/main/src/components/resume/travel-map/WorldMap.tsx This renders fine in Chrome, but will not render in Safari on Mac or Mobile. This is a regression as it used to work fine...

Am I the only one whose map is not rendering right now? ```js const geoUrl = 'https://raw.githubusercontent.com/deldersveld/topojson/master/world-countries.json'; ```` If you go to this link, 404not foun will appear.

I am trying to render the map of a specific country using the available GeoJSON file and wrapped it within a `ZoomableGroup` The zoom and pan works fine, however the...

geoURL is returning error. `GET https://raw.githubusercontent.com/deldersveld/topojson/master/world-countries.json 404` this file is empty.