-
Notifications
You must be signed in to change notification settings - Fork 501
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
rendering issues on full planet import #5
Comments
Do you only have this issue with lakes and not oceans? |
I'm not working with a full planet import (only europe & africa) and I didn't run into your particular problem, but even at that size I ran into other import problems working with this project (postgres db size: ~400 GiB, 48 core system, 128 GB RAM, daily differential updates). Judging from the image posted, the database seems to lack content. The import might not have been completed or there were errors that weren't printed / or that you didn't noticed. Sadly I can't send in pull requests (yet), for performance issues, bugs and improvements, without the approval of my employer, but I can give you the following advise:
Outdated but still useful (2012): |
Thank you guys for your answers. I'll keep you posted |
Her you say:
I cant seem to get this working? in docker compose I do this:
But inside the container df -hT /dev/shm still says:
Any suggestions? |
Docker version 18.09.2, build 6247962 If using the build option:
i get :
EDIT1: FIXED: But still the default SHM size of 64 MB ...? EDIT2: I toltally messed up sorry ofcourse this is the right complete compose file:
Somehow I thought the option needed to be in 'environment' or 'build' or something .... |
I observed semilar problem of my full planet import. The attached sample shows a comparsion with osm map in zoom level 8 and 9. In zoom level 8 the lake is visible in zoom level 9 not. |
I had a similar problem and tracked it down to an issue with too many database connections.
On default postgres allows 100 simultaneously connections. When running osm2pgsql on a server with multiple cores, it can hapen that more connections are open at the same time. to solve this problem just start postgres with |
Increasing If you try to separate |
You are correct, I forgot that I heavily modified this project. However as you noted, 250 can still be too few connections. osm2pgsql opens multiple connections per process and people with big machines could set the processes too high. Maybe max_connections should scale with number of processes for osm2pgsql. |
Hi,
I have some rendering issues on full planet import:
The import completes without errors, but some details are missing from rendered tiles. The tiles from my server lack at least lakes, rivers and building footprints, please take a look at the screenshot attached.
If I import the data for a smaller area, I don't get any render issues. Any pointers are really appreciated.
Thanks,
Chris
The text was updated successfully, but these errors were encountered: