-
Notifications
You must be signed in to change notification settings - Fork 12
Error generating tiles #27
Comments
Hi, The issues with So you may want to simply remove the The tiles coordinates (X/Y) used by Tilerator follow the "Slippy map tilenames". For example, to create a job generating vector tiles in Luxembourg (covered by the tile x=66, y=43, z=7), from zoom 7 to zoom 15 (non-included), you could do:
Note that I am directly using here the API provided by Tilerator. That may be more convenient than the tileshell script. We definitely need to make this docker composition easier to run. And including an option in the scripts to download and import a sample dataset such as Luxembourg, is a good idea. |
That fixed the command! The tiles generate successfully, and tiles from 0 to about 5 work well (whole world) however the map shows Luxembourg only in 'x-ray' (small on on the bottom right) mode but not in normal map mode.. I ran I suspect newer, incompatible versions of various dependencies could be the issue. If you know which ones you built your last successful build with, perhaps we can force those git-versions of the repos while building the docker images? Also, would you like me to send a PR updating the docs to use Luxembourg and mentioning the tile format for Tilerator? |
hum I don't really understand what you mean by 'x-ray' 😕 What do you display the tiles with ? do you use the Yes we'll happily accept a PR for the doc and to depreciate the |
Created PR here #28 By x-ray I meant the 'vector-map' view 😃. Had to do 1 more step to make this work. Edit Everything works at z14 onwards but I suspect this has to do with tile generation more than anything else. Should we keep the issue open till the dependencies are built reliably & checkzoom is removed? |
thanks for the PR! we block the tile generation for z > 14, but with the overzoom it should be create any problems. Everything works fine for you now ? |
Ah makes sense to overzoom! All works great now. A follow up question: there's a mention of auto-conversion to 'raster' in the flow chart but I didn't find anything in kartotherian's sources that allow a PNG endpoint.. Is the sources file incomplete according to the flow chart? |
We don't use raster tiles at the moment. But kartotherian handles them directly via tilelive-vector. For our use case, we plan to use tileserver-gl to render raster using our custom mapbox-gl style, instead of a mapnik-specific .xml. But that would require a specific integration: see issue #10 |
I wanted to quickly test Kartotherian and your images saved us days! Everything runs well till I run the tile-generation command:
docker exec -it kartotheriandocker_tilerator_1 /gen_tiles.sh
This is on Ubuntu 16.04.
Am I missing a step? I wanted to run this manually but couldn't figure out tilerator's X/Y config for Luxembourg. Since metroextracts shutdown, we only have geofabrik which means we can't import Koln to make your example work (whole of Germany is necessary instead!). And it's a bit difficult to understand tilerator's X/Y index scheme.
Could you perhaps shift the example to Luxembourg or a similar country that's available easily for tests?
Thanks!
The text was updated successfully, but these errors were encountered: