-
Notifications
You must be signed in to change notification settings - Fork 449
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
Error about uploading osm.pbf file externally #604
Comments
Good to see the JSON data output works. What are you expecting on the first image? The website you see on https://nominatim.openstreetmap.org/ is a separate project. It can also be installed and then configured to use your URL https://github.com/osm-search/nominatim-ui/ |
Hi, It is working with downloading data option. Such as Would you please advise me to get rid of this circumstance ? |
Do you have an errors in the logs? Does it fully finish? What are the last lines in the logs? |
Has the import finished? What are the last lines of the log file? Ideally post the text, not photos of text. "Finished rank 15" is maybe half of the import. You need to wait until all steps are finished. |
Hi,
I am a GIS enthusiast who wants to use your software. When I upload a osm.pbf file through the code of
sudo docker run -it -e PBF_PATH=/nominatim/data/turkey-latest.osm.pbf -p 8080:8080 -v ~/osm-maps/data/:/nominatim/data --name nominatimer23 mediagis/nominatim:4.5
It loads the file as far as I follow from the logs as follows. But when i try to open it from browser via browser I see a blank page as you can see at the second image.On the other hand, When I use download option. I can succesfully obtain results which can be seen at the most bottom image
Would you please assist me to get over this circumstance ?
Thanks in Advance,
The text was updated successfully, but these errors were encountered: