[installation] Init with inital config for global

This commit is contained in:
2025-10-30 15:08:17 +01:00
commit 7640b452ed
3678 changed files with 2200095 additions and 0 deletions

View File

@ -0,0 +1,42 @@
# Change Log
All notable changes to the mapmultigrid plugin will be documented in this file.
## 2024-143
### Changed
- Update the description of configuration parameters.
## 2024-011
### Added
- Allow to load and display multiple grid file per profile.
- Support predefined color gradients including transparency.
- Include configuration parameters in documentation.
## 2021-02-03
### Added
- New config option `map.multigrid.profiles.*.mode` which allows
to set the render mode for a specific grid profile e.g.
```
map.multigrid.profiles.time.mode = line
```
Default is the global render mode.
- More debug output.
- Update documentation.
### Fixed
- The way how grid files will be read initially to avoid race condittions.
## 2020-11-19
### Fixed
- Updates were first displayed when the user clicked or moved the map.