diff options
Diffstat (limited to 'webmap-publish')
-rwxr-xr-x | webmap-publish | 3 |
1 files changed, 3 insertions, 0 deletions
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, |