Johannes Weskamm
Johannes Weskamm
The github workflow currently uses couchdb:2 from dockerhub, as the tests still rely on the old behaviour of couchdb (no credentials needed). Tests need to be adapted and github workflow...
It would be nice to have linting (pylint?) included in mapproxy. PEP-8 rules should be followed (https://www.python.org/dev/peps/pep-0008/) Enforcing of linting through travis for PRs would be nice too. Of course...
Both mentioned classes share some amount of identical code. We should make a util or parent class for them.
The two classes `https://github.com/terrestris/BasiGX/blob/master/src/util/SLD.js` and `https://github.com/terrestris/BasiGX/blob/master/src/util/SldOpenlayersConverter.js` have some duplicated methods. This should be cleaned up
## Context When using a tagged source like shown below, mapproxy raises a warning message on startup, which i think happens because of inconsistent type checking: `2024-08-27 09:40:27,757 - WARNING...
This will add support for configurable file and directory permissions in order to avoid common `permission denied` errors, especially in multi-user environments Fixed caches so far: * file * sqlite...