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.03k stars 424 forks source link

Unify scaleFactor `k` for `onMove` event #265

Closed kopach closed 2 years ago

kopach commented 3 years ago

D3's scale factor k is exposed in onMoveEnd, onMoveStart and couple of other places as zoom variable, but not here. It creates confusion. Now it should be more clear

kopach commented 2 years ago

hi @zimrick, would you mind taking a look on this small change, please?

kopach commented 2 years ago

hi @zimrick, do you think we can merge this?