Nicolas Noé
Nicolas Noé
The current solution is very simple and efficient, but might be a little naive in the long run: - There can be "collisions" between qualnames: http://xxxxxxxxxxx/machin and http://yyyyyyyy/machin. With current...
This was discovered here: https://github.com/enram/crow/issues/9. The test suite should fully mock the configuration (config file? Vue store?) so it doesn't depend of the state of `config.ts`, which is installation-specific.
Would be easier for translators.
Currently many pieces of data that could be considered "shared state" (including the main VTPS/VPI data that is visualised) are still held in the `Home` component and passed around to...
Hello, To style individual features (based on the subject attribute of the feature), I wrote an overrideStyleFunction such as: ``` const overrideStyleFunctionSimple = (feature, currentStyle) => { const subject =...