| Add tests parsing multiple complex GML properties
| 4 年前 |
| Organize tests
| 4 年前 |
| Organize tests
| 4 年前 |
| Organize tests
| 4 年前 |
| Overhaul of the tests for wms capabilties parsing
- Issue: after modyfying the parser, some tests were failing because they were
initially wrong. Also, we needed to test the SLD attributes in both version
- Fix: We reworked the tests, and have now four xml sample files, each version
with either SLD attributes or not.
| 11 个月前 |
| Use bounding box from layer in WMTS capabilities
In the previous version only WGS84 BoundingBox are used to create the tile matrix set from capabilities
The idea of this feature is to add the possibility to manage projection bounding box from the layer
| 10 个月前 |
| Updates to work with ESLint 9
| 1 年前 |
| Add GPX metadata parsing
following the schema described at https://www.topografix.com/GPX/1/1/#type_metadataType | 2 年前 |
| test for PR#15690
| 2 年前 |
| Updated linter config
| 2 年前 |
| Remove lint and type problems
| 1 个月前 |
| Updated linter config
| 2 年前 |
| Updates to work with ESLint 9
| 1 年前 |
| Updated linter config
| 2 年前 |
| Remove lint and type problems
| 1 个月前 |
| Refactoring wms capabilities tests
Issue: we were comparing the entire object as one block in some tests, which
makes it hard to figure out which part exactly is at fault
Fix: we refactor the tests to test either individual properties or smaller objects,
so it's easier to read and to maintain should we need to adapt those tests.
| 11 个月前 |
| Remove lint and type problems
| 1 个月前 |
| Updated linter config
| 2 年前 |
| Improved testing by also checking textContent, moved regex outside of function and reuse them
| 1 年前 |