diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-07-23 15:31:23 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-07-23 16:03:53 +0200 |
commit | 3cf610be3a863f397600f496f1b86c0e050d8e78 (patch) | |
tree | 28d3760d3935d202e060955a8bb4a5a8664ad0c8 /files/etc/systemd/system/webmap-import@.service | |
parent | 4dfc85d182448defb8c1e180e413d4df6045e377 (diff) |
webmap-import: Add support for raster export to COG.
Diffstat (limited to 'files/etc/systemd/system/webmap-import@.service')
-rw-r--r-- | files/etc/systemd/system/webmap-import@.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/etc/systemd/system/webmap-import@.service b/files/etc/systemd/system/webmap-import@.service index 964c37d..b6ad0f6 100644 --- a/files/etc/systemd/system/webmap-import@.service +++ b/files/etc/systemd/system/webmap-import@.service @@ -18,6 +18,7 @@ ExecStart=/usr/local/bin/webmap-import \ --lockdir-sources=%t/lock/webmap/cache \ --mvtdir=/var/www/webmap/tiles/%I \ --mvt-compress \ + --metadata-compress \ -- %I # Hardening |