I'm working on viewing large scale images in web. I found an option to use OpenLayers with Zoomify and liked it, but now I need to implement it in React.
And here I found out that OpenLayers is not supported well for React. I wanted to try Leaflet but as far as I found out React version of Leaflet doesn't support Zoomify...
So what is the best option to view picture in Zoomify format in React project?
I need to view also polygons and markers, which I know are supported in the two libraries mentioned above.
Thanks for answer!