AlpineMapsOrg / renderer

Rendering system for alpine maps.
GNU General Public License v3.0
9 stars 10 forks source link

unified tile cache #128

Open adam-ce opened 1 month ago

adam-ce commented 1 month ago

Currently, we have one cache per tile layer. This has the following problems

Unified tile cache:

adam-ce commented 1 month ago

Switch the tile querier to this unified tile cache, then this part should be good.