Replies: 3 comments 1 reply
-
Haha, sorry, don't want to sound irritating, but everything worked out, your valhalla service is ready for requests. That's what's it trying to tell you: |
Beta Was this translation helpful? Give feedback.
-
BTW, |
Beta Was this translation helpful? Give feedback.
-
wow! Imagine I went through several configurations like playing around with docker inside linux vm and working with ubuntu LTS for windows. I have just managed to solve my problem with ubuntu LTS, using the ubuntu command line! LOL! But thank you for the response anyway! Awesome tool! Keep going! |
Beta Was this translation helpful? Give feedback.
-
Hi there and thank you for the magical effort to provide such a potential to the open source world of geodata,
I'm trying to pull and build the latest image of Valhalla project from docker and then try to run it, but unfortunately the build process stacks on tiles. My purpose is to use the service that solves the Travel Salesman Problem, by providing geospatial values (lat, lon) and find the best route. Here's what I have done so far:
docker compose up --build
The process runs well until some warnings start to appear (" Admin db /custom_files/admin_data/admins.sqlite not found", "Time zone db /custom_files/timezone_data/timezones.sqlite not found", "Exceeding maximum. Average speed: 150", " Local index 12 exceeds max value of 7, returning heading of 0") and then, after a while it stacks during warnings about traffic tiles (see pic below):
Some notes for the above:
a) The yml file I found indicates version: '3.0'. I found in another discussion uses of '3.3' or '3.9', so I am not sure where it refers to.
b) You will note that some lines in yml file are commented out
c) The region is Greece
d) I 've left it running all night long but it didn't go through. The CPU and memory were running in normal levels.
e) I use Pycharm IDE and I work inside a virtual environment (venv)
Any suggestions about the above would be helpful. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions