geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
84 stars 71 forks source link

TMS automated test fail #348

Closed borrob closed 3 years ago

borrob commented 3 years ago

Describe the bug There are automated tests to check a new build of GeoHealthCheck. To test the TMS probes, it uses the Dutch PDOK register. Per March 1 2021 they phased out TMS [ref: news article in Dutch]

To Reproduce Steps to reproduce the behavior, e.g.:

Run paver run_tests or check the job log of the latest Travis build

Expected Behavior The test should pass.

Screenshots or Logfiles See the job log of the latest Travis build

Context (please complete the following information): GHC version 0.8.3 (but most likely that all versions are affected).

Additional context The TMS resource is configured here: https://github.com/geopython/GeoHealthCheck/blob/506a4bd3c1508ffffd5f48099430941d0ce56afb/tests/data/resources.json#L88

Possible solution Are there any other publicly available TMS hosts we can use instead?

justb4 commented 3 years ago

Thanks. Yes, was aware of the PDOK changes, so many other places to make changes, forgot GHC. We may use OpenBasisKaart from OpenGeoGroep: https://www.openbasiskaart.nl/mapcache/tms/1.0.0/

borrob commented 3 years ago

For the sake of completeness: also fixing the failing WFS3 test in the attached PR (#349)

borrob commented 3 years ago

This issue is fixed with PR #349. Closing ticket.