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

Invalid MBTiles metadata.json #310

Closed fredj closed 4 months ago

fredj commented 10 months ago

Hi,

The metadata.json file created in the cache directory has invalid bounds and center properties according to the MBTiles spec: the are an array of number instead of a string of comma-separated numbers

pka commented 10 months ago

Since t-rex is in minimal maintenance mode (it's successor with OGC API support is coming along well), this probably won't be fixed if no PR comes in. But thanks for reporting.

danielfaust commented 8 months ago

Hi,

@pka where can I find some info on the successor? Any ETA if it is currently closed source?

Thanks.

pka commented 8 months ago

It's available here: https://github.com/sourcepole/bbox It's currently in a alpha state, but the t-rex functionality for PostGIS data sources is implemented. There will be more work on the tile server in the coming weeks and feedback would be welcome.

pka commented 4 months ago

Fixed with #313