Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作为检查一些先决条件的一部分(在本地存储上使用 MBtiles 支持离线地图的 IOS 应用程序),我想知道在将 MBtiles 传输到 IOS 设备时对它们进行 gzip 压缩是否有用。
换句话说,gzip 压缩 MBtile 时大小是否有用?(或者是 MBtile 格式,已经以某种方式打包,因此限制了 gzip 或其他打包程序的使用)。
如果是这样,我可以期望减少多少尺寸?(百分比球场)
-rw-r--r-- 1 randycarver wheel 105484288 Apr 9 11:05 gc_40_16.mbtiles -rw-r--r-- 1 randycarver wheel 101777468 Apr 21 06:03 gc_40_16.mbtiles.gz
I'm seeing around 4% size reduction.