Description
When rendering an EPSG:4326 COG in a Web Mercator viewport, tiles are reprojected wrongly and miss the lower part of the COG:
When dezoomed, the missing lower part are now displayed but there is still a reprojection issue:
Using a custom epsgResolver based on the @developmentseed/epsg/all.csv.gz instead of the default remote epsg.io yields the same result.
Reproduction
Here is a minimal reproducing example app:
reprojection_issue.zip