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

Panning error #104

Open ivanov-v opened 6 years ago

ivanov-v commented 6 years ago

Hello. I have some point on the map. I'm trying to change the location of the example https://www.react-simple-maps.io/zoom-pan image

I chose the point "Сибирский ФО". Unfortunately the map flies off the screen. What I am doing wrong? image

ivanov-v commented 6 years ago

I had such settings:

projectionConfig={{
    scale: 280,
    rotation: [-10, 0, -40],
}}

I set

projectionConfig={{
    scale: 280,
    rotation: [-10, 0, 0],
}}

It works, but the map itself looks a bit wrong