Closed akovalov closed 2 years ago
I'd make sure you're building your app in Release mode rather than Debug. If the problem persists, then I'd recommend looking at the AutoTester app to verify that it is, in fact, the OS version. Try using our vector tiles test case for comparison.
Appeared, I had not the latest version from the develop branch. Updated to the latest code from develop and it seems working fine, the rendering speed is the same as on iOS 15. Sorry for disturbing.
On iPadOS 15 (iPad 7 gen) full globe is rendered in 4s, but on iPadOS 16 beta 2 it is rendered in 14s. Please see video of the rendering process. https://user-images.githubusercontent.com/9693643/175298471-fb2841ad-1692-470d-bcc9-4a0a2e3d9eab.mov
I use the latest version of WhirlyGlobe from develop branch with a .mbtiles vector map file and here is the some code. Vector is converted to images because I didn't solve how to have different background color on globe and outside the globe.
I've also checked loader without
imageVectorHybrid
like this:And on iPadOS 16 it takes 8s (much faster but still too long), please check the video https://user-images.githubusercontent.com/9693643/175299736-aee2f8b5-ac20-4ae2-a780-e8887b9e2918.mov
Tried AutoTester app (latest code from develop) on iPadOS 16 beta, but not sure what exactly to test in this case. Maybe you are aware of this issue already? Can I provide more specific details to find the issue? Let me know please if I am doing something wrong here and you have any suggestion.
Thank you!