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.12k stars 426 forks source link

Restrict map move #267

Closed kopach closed 3 years ago

kopach commented 3 years ago

Hi there. Is there any way I could restrict movement of the map? See example below. I could move the map out of visible range, and it's hard to get it back to the view. 2021-07-12 18 15 55

Here is an example of how HighCharts map does this.

2021-07-12 18 18 29

Any chance to have something similar with react-simple-maps?

ratep1 commented 3 years ago

Hi, have you tried passing translateExtent prop to the ZoomableGroup? Here is the example

kopach commented 3 years ago

Thanks, that solves the issue. Wasn't aware of this property, sorry about that.