zcreativelabs / react-simple-maps

Beautiful React SVG maps with d3-geo and topojson using a declarative api.
https://www.react-simple-maps.io/
MIT License
3.04k stars 424 forks source link

Typo in useZoomPan.js function #227

Closed CheerfulMushroom closed 3 years ago

CheerfulMushroom commented 3 years ago

https://github.com/zcreativelabs/react-simple-maps/blob/a0004e4ad0a15644c0ce466c8edf1d69279935ca/src/components/useZoomPan.js#L76

Code says .translateExtent([[a1, a1], [b1, b2]]) but it is supposed to be .translateExtent([[a1, a2], [b1, b2]])