Open ivanov-v opened 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
I chose the point "Сибирский ФО". Unfortunately the map flies off the screen. What I am doing wrong?
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
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
I chose the point "Сибирский ФО". Unfortunately the map flies off the screen. What I am doing wrong?