You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
PR #449 had to remove a stale URL that was a public "TileJSON" endpoint for MapBox Vector Tiles in the Dutch SDI PDOK: https://geodata.nationaalgeoregister.nl/beta/topotiles-viewer/styles/tilejson.json
There is no direct replacement URL as PDOK has changed to OGC API Vector Tiles APIs.
Describe the solution you'd like
Somehow we need an endpoint to test the GHC Probe GeoHealthCheck.plugins.probe.mapbox.TileJSON.
Describe alternatives you've considered
MapTiler has some public endpoints but these require a key. Maybe we can still use.
Additional context
The unit tests were removed by removing these fixtures from tests/data/fixtures.json:
Is your feature request related to a problem? Please describe.
PR #449 had to remove a stale URL that was a public "TileJSON" endpoint for MapBox Vector Tiles in the Dutch SDI PDOK:
https://geodata.nationaalgeoregister.nl/beta/topotiles-viewer/styles/tilejson.json
There is no direct replacement URL as PDOK has changed to OGC API Vector Tiles APIs.
Describe the solution you'd like
Somehow we need an endpoint to test the GHC Probe
GeoHealthCheck.plugins.probe.mapbox.TileJSON
.Describe alternatives you've considered
MapTiler has some public endpoints but these require a key. Maybe we can still use.
Additional context
The unit tests were removed by removing these fixtures from
tests/data/fixtures.json
:The text was updated successfully, but these errors were encountered: