Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | common.py: Add a check for $JOURNAL_STREAM. | Guilhem Moulin | 2024-06-12 | 1 |
| | | | | | | | | | On the desktop's terminal window (systemd 256) $SYSTEMD_EXEC_PID exists and points at the login(1) process, so checking $JOURNAL_STREAM is needed to decide whether the process runs from a .service file or not. This is due to an incomplete logic in 42cfe748e23bad6fc51b14a3e5896a77fdb5c1d5 | |||
* | Use systemd.journal to log to journald when sarted via .service files. | Guilhem Moulin | 2024-06-11 | 1 |
| | | | | This enables proper filtering by level etc. (incl. journald coloring). | |||
* | config.yml: Allow configuration setting at the layer root. | Guilhem Moulin | 2024-06-09 | 1 |
| | | | | | We'll need that for layer creation (description, fields, creation options, etc.). | |||
* | load_config(): Fail if an extent is set while no SRS is. | Guilhem Moulin | 2024-06-08 | 1 |
| | | | | The configured extent is always relative to the configured SRS. | |||
* | webmap-download*: Use narrow non-breaking space (U+202F) as unit separator. | Guilhem Moulin | 2024-06-08 | 1 |
| | ||||
* | Add GPL-3+ license headers. | Guilhem Moulin | 2024-06-03 | 1 |
| | ||||
* | webmap-download: Move format_bytes() and format_time() to common.py. | Guilhem Moulin | 2024-06-03 | 1 |
| | ||||
* | Add comment about dir_fd-aware functions. | Guilhem Moulin | 2024-06-03 | 1 |
| | ||||
* | Rename script into module and run module.download(). | Guilhem Moulin | 2024-06-02 | 1 |
| | | | | | Instead of using a dedicated executable. There is too much code duplicate otherwise. | |||
* | Add `webmap-download` script. | Guilhem Moulin | 2024-06-01 | 1 |