Currently, the Tile Index is always compressed using the Brotli algorithm to reduce its size. However, Brotli can be quite demanding, particularly on microcontrollers.
Alternatives could include:
The good thing is: Since we have a lot of real data (osm.*.versatiles), we can measure the size of the compressed Tile Index for each approach.
Currently, the
Tile Indexis always compressed using the Brotli algorithm to reduce its size. However, Brotli can be quite demanding, particularly on microcontrollers.Alternatives could include:
The good thing is: Since we have a lot of real data (
osm.*.versatiles), we can measure the size of the compressedTile Indexfor each approach.