-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T-Rex version for higher zoom levels (up to 42)? #316
Comments
Hi Damien, |
Oh great, we'll give it a look. Thanks! |
Hi, thanks a lot for your help!
However I got
I was wondering what should be the contents of the 3857.json file? If I remove the line srid = 3857 the following error is returned
Best, thanks again Simon |
Hi Simon, I've added a guide for creating OGC conformant custom grid spec files and referenced it in the t-rex migration guide. For your case here's the output of Use this instead of |
Thanks for your help Pirmin, sorry I didn't understand which value should take the "srid" parameter then? I though I should use CustomWebMercator instead 3857
but I got
PS I copied the CustomWebMercator.json in the assets directory, this is correct? Sorry again to bother you |
OK,
thanks again |
In BBOX, the tms name is part of the tileset configuration, so you can have tilesets with differenct tile grids:
This is not directly translatable from a t-rex configuration file. You have to create a bbox configuration file from the converted t-rex configuraton output and apply the changes above. |
Since you're mentioning zoom level 42, here's the command for creating a grid with max level 42:
|
Hi Pirmin, The symptom : if you zoom in the simple map (only black) we prepared at this url: http://134.214.213.45/assets/html/index_test42.html, you will see that starting from zoom 27, some tiles do not display correctly, creating some kind of irregular checkerboard The reproducible example: To make the problem very simple and easily reproducible we decided that the map only displays one tile (always the same, named 1.pbf). [[datasource]]
#will not be used
name = "gebco"
[datasource.wms_proxy]
baseurl = "https://www.gebco.net/data_and_products/gebco_web_services/web_map_service/mapserv?version=1.3.0"
format = "image/jpeg"
[[assets.static]]
dir = "./assets"
path = "/assets"
[[tilestore]]
name = "tilecache"
[tilestore.files]
#base_dir = "../tiles"
base_dir = "/tmp/mvtbench"
[[tilestore]]
name = "mbtilecache"
[tilestore.mbtiles]
path = "/tmp/tilecache.mbtiles"
[[tilestore]]
name = "pmtilecache"
[tilestore.pmtiles]
path = "/tmp/tilecache.pmtiles"
[[tileset]]
name = "gebco"
wms_proxy = { source = "gebco", layers = "gebco_latest" } and the configuration json files used are available here: Do you have any idea where the problem could come from? All the best, and thanks again for your time, Damien |
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? |
Hello,
First, thanks for the great tool.
For updating our visualization tool from raster tiles to vector tiles (with T-rex), we need to be able to go to zoom levels up to 42.
This implies quite a lot of changes in the code, including some variables that must be changed from u32 to u64, which does not go smoothly until now.
Before going further, we wondered whether such a "deepzoom" versions of T-Rex had been (by chance) developed already? If not, would it be a useful feature for next versions of T-Rex?
All the best,
The text was updated successfully, but these errors were encountered: