From 98a2d184f3795822c4a61587ef57a6ad66f7237e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 20 Oct 2024 02:08:13 +0200 Subject: webmap-publish: Add comment regarding compression. --- webmap-publish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webmap-publish b/webmap-publish index c4103ef..13b432e 100755 --- a/webmap-publish +++ b/webmap-publish @@ -545,6 +545,9 @@ if __name__ == '__main__': ds_dst, dirname = createMVT(basedir, options={ 'FORMAT': 'DIRECTORY', + # OpenLayers doesn't support compressed tiles, so instead + # we use brotli_static to let the browser transparently + # uncompress the responses 'COMPRESS': 'NO', 'TYPE': 'overlay', 'BUFFER': 32, -- cgit v1.2.3