cecilianor / Qt-thesis

MIT License
8 stars 3 forks source link

Cached tiles are sometimes not loaded. #66

Open Didgy74 opened 5 months ago

Didgy74 commented 5 months ago

Don't have good replication steps atm, but sometimes when the TileLoader tries to load from cache, it will never actually appear on screen. Possible causes include loading error or infinite loading time, hard to say.

cecilianor commented 4 months ago

Sometimes it turns out that the problem stems from having made too many requests in a short amount of time to MapTiler. They don't allow us to do that on the free MapTiler tier, but the 'tile' itself is still loaded. It will just contain an error message as text. These tiles can't be parsed, hence they never appear on screen.