-
Notifications
You must be signed in to change notification settings - Fork 487
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
Only renders Luxemburg #392
Comments
I assume you tested it first without the environment variables, then added them and are still running the old version. When using You can also do |
I am experiencing the same issue after I run these commands:
I see only Luxemburg data on the world map. |
same error. |
same here, could someone solve it? |
Works for me without issues. This is not a problem with the docker image. Regardeless if I provide a PBF file as a volume, or let the image download it, in both cases it renders Hamburg (Germany) for me as it's suppose to and the Luxemburg region is empty. I tested both usage scenarios right now in two clean linux VMs (Debian 11 based). Mount as a volume:
Download URL as environment variable:
The Luxemburg region is the default fallback region for the docker image to download, if neither a PBF file is present nor a So if the image does download a Luxemburg PBF file, then there is an issue with one of these two things. Problems with volume mounts are a common issue, especially on Windows machines. If in the import log it does download the Luxemburg PBF file, then the volume mount was not successful and the file doesn't exist for the container. And when working with If you need any support for your issues, please provide all the commands that you executed and the full |
Hi - need to dig this up again. I did follow the descriptions and entered:
and voila - I can see.... Luxembourg! :-) The import part seemed to download the data for Hessen (roughly 300MB), but the webpage still shows Luxembourg only. Any idea? EDT: for whatever reason - just restarted the image again. I can see now Hessen! All good so far, did not really understand this, but works apparently as expected. |
I followed the steps on Switch2Osm and also Luxembourg was rendered. Finally I found out that my container was based on an outdated docker image. After updating the image the behavior was as expected |
Trying to get this working with a custom region and docker compose
i run docker compose first with "import" and then again with "run". Importing succeeds it writes stuff to the database. Server starts fine but, no matter what pbf i specify the only thing that gets rendered is Luxemburg.
It does download the correct files. Logs from import show:
2023-10-02 10:13:46 (14.3 MB/s) - ‘/data/region.osm.pbf’ saved [84021811/84021811]
The text was updated successfully, but these errors were encountered: