Firstly I really liked the package and I am using it
I am using geojson2svg but the image is rendering vertically inverted, any idea to solve this?
I saw the transform property in the documentation, but any idea or example, how we can manipulate it?
Below is example, i tried plotting the cordiantes but it was not matching the geojson2svg image, so i tried inverting it how the sbg was being generated:
Here is my code for the same, please suggest changes to make it right?
Currently I am doing style={{ transform: 'scaleY(-1)' }} on image. But I think thats not solution to it.
@w8r Hello,
Firstly I really liked the package and I am using it
I am using geojson2svg but the image is rendering vertically inverted, any idea to solve this?
I saw the transform property in the documentation, but any idea or example, how we can manipulate it?
Below is example, i tried plotting the cordiantes but it was not matching the geojson2svg image, so i tried inverting it how the sbg was being generated:
Here is my code for the same, please suggest changes to make it right?
Currently I am doing
style={{ transform: 'scaleY(-1)' }}
on image. But I think thats not solution to it.Thank you in Advance