-
Notifications
You must be signed in to change notification settings - Fork 10
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
How do I know when it is ready to run? #4
Comments
It sounds like the tile server import failed. I would try stopping the container, deleting the docker volume, recreating it, and running the import command for the tile server:
|
On docker rm osm-tiles: I removed all overv/openstreetmap-tile-server containers (there were 2), after that I could remove the osm-tiles volume. After the docker run command it stops with:
|
Oh my bad, I think you need to delete the |
I've had it ('import.sh' and afterwards 'docker compose up') run a day and a night on some low end hardware, 4 cores, 8GB RAM, imported the netherlands 1.3GB map.
It generated 57GB of data, finished a couple things, now shows the following lines every minute, no cpu/disk IO going on:
tile-server | [2022-11-25 20:00:01] 2029 start import from seq-nr , replag is
tile-server | [2022-11-25 20:01:01] 2052 start import from seq-nr , replag is
tile-server | [2022-11-25 20:02:01] 2075 start import from seq-nr , replag is
tile-server | [2022-11-25 20:03:01] 2098 start import from seq-nr , replag is
http://192.168.1.234:8002/status works
http://192.168.1.234:8080/ keeps loading, docker output shows the following on visit attempt:
tile-server | ** (process:146): ERROR **: 20:05:04.596: Received request for map layer 'default' which failed to load
Edit:
I'm guessing no tiles were generated?
The text was updated successfully, but these errors were encountered: