Pirmin Kalberer
Pirmin Kalberer
Hi Simon, I've added a [guide](https://www.bbox.earth/tile-server/guides.html) for creating OGC conformant custom grid spec files and referenced it in the [t-rex migration guide](https://www.bbox.earth/tile-server/guides.html#migration-from-t-rex). For your case here's the output of `morecantile...
In BBOX, the tms name is part of the tileset configuration, so you can have tilesets with differenct tile grids: ``` [[grid]] json = "../assets/CustomWebMercator.json" ``` ``` [[tileset]] name =...
Since you're mentioning zoom level 42, here's the command for creating a grid with max level 42: ``` morecantile custom --epsg 3857 --maxzoom 42 --extent -20037508.3427892480 -20037508.3427892480 20037508.3427892480 20037508.3427892480 --name...
Back from holidays. Will try to reproduce this problem with bbox test data and the custom Mercator TMS. Could you open an issue in the bbox Repo?
The OGC spec has a detailed explanation: https://docs.ogc.org/is/17-083r4/17-083r4.html This [BBOX guide](https://www.bbox.earth/tile-server/guides.html#creating-a-custom-grid) shows the usage of morecantile to calculate a grid. You can extract the resolutions from the JSON output.
Did update the Debian releases in 6ea84954c9184392f91b1409ccfc7272543de380 But needs a version tag to build packages. Will do a prerelease.
See https://github.com/t-rex-tileserver/t-rex/actions/runs/6093656428 for the status of deb builds. Is there a budget to work on this?
I agree that `Ewkb` and others should implement `srid()` and `dims()`. PR welcome!
After implementing geometry traits for rust-postgis I've changed may mind and I'm also for a distinction between `Coordinates` and `Points`. Not necessarily within the traits, but in a concrete implementation....
Code looks legit at a first glance. What's the error message?