geopython / GeoHealthCheck

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

New probe for Mapbox vector tiles #380

Closed fsteggink closed 2 years ago

fsteggink commented 3 years ago

It would be nice to see a new probe being added for Mapbox vector tiles. I.e. check the tile.json, as well as request individual tiles. In order to request valid tiles, you'll need to take the zoom levels and center/bounding box into account. Usually the center and bounds are advertised in the tile.json file, but it is missing from the PDOK case.

Spec: https://github.com/mapbox/tilejson-spec Example tile.json: https://geodata.nationaalgeoregister.nl/beta/topotiles-viewer/styles/tilejson.json

fsteggink commented 2 years ago

Since this has been implemented and merged, I'm closing this issue.