t-rex-tileserver / t-rex

t-rex is a vector tile server specialized on publishing MVT tiles from your own data
https://t-rex.tileserver.ch/
MIT License
545 stars 68 forks source link

vector tiles probe on geohealthcheck #269

Closed pvgenuchten closed 2 years ago

pvgenuchten commented 2 years ago

Recently a probe to test vector tiles tilejson landed in geohealthcheck. Did one of you test Latest T-Rex with this probe?

I tested an older version of T-Rex and it fails on a missing tilejson key, which indeed is required according to mapbox spec.

Does T-Rex actually follows the mapbox spec, or some alternative tilejson spec?

Thanx for the great work here!

pka commented 2 years ago

Interesting service! I never tested T-Rex tiles this way, but the goal is to follow the Mapbox spec.

I couldn't find a way to test a service myself with the the geohealthcheck demo instance. An example of a recent public service would be https://adv-smart.de/tiles/smarttiles_de_public_v1/smarttiles_de_public_v1.json

pvgenuchten commented 2 years ago

image

use the mapbox tilejson service, it is available on demo.geohealthcheck.org

indeed, i'm not aware of credentials, i used the latest image from docker hub

pvgenuchten commented 2 years ago

the service-url provided indeed fails with same error:

image

t-rex tilejson-file does not have a property tilejson, as suggested by tilejson spec: image

pka commented 2 years ago

Ah, thanks! Will use it to fix tilejson conformance.