-
Notifications
You must be signed in to change notification settings - Fork 491
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
Pre-Render? #15
Comments
The only way that I'm aware of is to write a script to query all tile images within a region. You can write a script in Python with |
Or you can use existing programs / scripts for that. render_list (with And render_list_geo.pl is very useful if you have geo coordinates instead of tile coordinates of your desired area (it's not already installed within the image so you have to insert/install it yourself). Also interesting is tile expiration to re-render existing tiles (e.g. in an productive environment). You can specify which zoom levels to re-render directly, or later when they are touched by a user. |
@Istador total noob question (im new to docker) how do i access render_list within the docker? (like where is its path) :) |
EDIT: kinda found it, but getting the following:
|
You want to go into the container instead of finding its file system on your local hard drive. Try the following while your container is running:
You will then be able to execute |
you sir, are a legend, thank you :) |
If you use render_list or render_list_geo, make sure to use |
Hi everyone,
it starts fine but nothing rendered.
Docker container logs contains a few errors, but I am not sure if it is a sign of a main issue, because on an instance I set up 2 years ago I had similar issues, but it works fine. Docker logs:
What am I doing wrong here? P.S. Hardware: HP BL460c G8, 2 x E5-2690; RAM 128Gb; SSD 1920Gb |
As you are likely unable to generate any tiles even on the fly this is unrelated to the issue. Nonetheless this is likely the step that failed: openstreetmap-tile-server/run.sh Line 85 in 672e2cd
|
Thank you very much for this hint @nielsole ! It was the issue. When I run this command then recreated a container it started to work. |
Is there a way to pre-render the tiles so they are not rendered on the fly?
The text was updated successfully, but these errors were encountered: