Open kylecorry31 opened 2 years ago
Rather than using the subsample image view, use a custom map tile layer (does basically the same logic). This will allow for rotation as well.
https://stackoverflow.com/questions/46327791/python-slippy-map-tile-generation
https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Resolution_and_Scale
This will also need to handle different projections
A temporary solution could be to create a version of the ImageDecoder in the image view which operates on a tile set rather than a single image.
Rather than using the subsample image view, use a custom map tile layer (does basically the same logic). This will allow for rotation as well.