Commit Graph

16 Commits

Author SHA1 Message Date
3612c5f207 Allow overriding Munin script URLs with an environment variable (#420)
* Also allow overriding `RENDERD_STATS` (defaults to `/run/renderd/renderd.stats`)
* Also allow overriding `REPLICATION_STATE` (defaults to `/home/osm/replicate/state.txt`)
2024-06-25 18:27:05 -07:00
9834df0e38 Fix typo in utils/munin/mod_tile_latency (#428) 2024-04-10 22:19:35 -07:00
13a198d06d Updated Docs/Dockerfiles/GitHub actions after switching CMake to relative install paths (#412) 2024-03-16 14:57:19 -07:00
0aa7607d7b Updates to "full" Docker containers (#404)
* To help with testing rendering with real data and styles
2024-03-08 15:38:46 -07:00
4e8334ed54 Bumped to version 0.7.0 2023-12-19 20:49:29 -07:00
bc0ddfef9c Added more linters (cmakelint & prettier) (#341)
For linting `CMakeLists.txt` & `*.cmake` files (`cmakelint`) as well as various other formats such as `HTML`, `MarkDown` & `YAML` (`prettier`.)

### Also:
* Upgrade `actions/checkout` from `v3` to `v4`
* Output coverage summary to GitHub Job step summary
* Minor build docs cleanup for `CentOS`  & `FreeBSD`
2023-10-02 10:17:22 -07:00
f652ab1521 Configurable ImageIO output format (#318)
* Added the possibility to provide ImageIO's output format in the TYPE string.
For instance:
TYPE=png image/png
TYPE=png image/png png256
TYPE=png image/png png24
TYPE=png image/png png

* Removed useless comments.
Added documentation for output format.

* Added tests for 'webp' output format

* Also added tests for 'png32' output format

* Fix 'webp' sums vary based on version

* Add JPG & use multiple layers on example-map

---------

Co-authored-by: Tim <autintim@gmail.com>
2023-07-20 23:41:18 +02:00
056b115d26 Fix ERROR 1: bad application_id when reading example GeoPackage file (#281) 2022-05-29 18:29:51 +00:00
7e81d950d1 Switch from shapefile to geopackage for example map.
Co-authored-by: Frederik Ramm <frederik@remote.org>
2021-09-21 11:37:38 +00:00
43beadaf08 Improve provided example configuration. 2021-09-21 11:16:45 +00:00
27c470c3eb Improved configuration files 2021-07-29 22:57:26 +00:00
8f1f3ad5ff Applied shell code formatting 2021-02-15 18:57:51 +00:00
22d4cc1335 Moved munin plugin to utils directory 2021-02-15 18:39:59 +00:00
d706d96020 Clarify copyright holders 2020-10-09 15:20:37 +00:00
889a45b5e0 Use /var/cache instead of /var/lib for tiles 2020-10-09 07:52:15 +00:00
557e419d07 Moved scripts to utils directory 2020-10-09 07:49:06 +00:00