colouring-cities / colouring-core

The Core Platform for the Colouring Cities Research Programme (CCRP)
https://colouring-cities.github.io/
GNU General Public License v3.0
47 stars 36 forks source link

smarter tile caching #1326

Closed matkoniecz closed 4 months ago

matkoniecz commented 5 months ago

remove max rendering zoom - this was effectively disable already it turns out that caching at high zoom levels is more efficient

short-circuit tile rendering for low zoom levels it should not happen in normal operations but logs were showing that it was somehow done it could be also done by using direct link to tile this tiles were not cached - making repetitive use impactful on performance