-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Place in OSM not found in Pelias after importing #497
Comments
We have that restaurant in our production build: Can you please try the path |
It might be that they are present but you aren't able to find them for one reason or another, if that's the case please share some of your queries. |
Agh I know what it is actually, the name Could you please check if this is a common theme among your failures? |
Hmm, I have that entry with the same output. However, the name is missing from the record. Here is the output of pbf2json:
|
I think I understand. The place in OSM doesn't seem to have a default name, as others do. Would it be a good solution to make it fallback to the "name:en" if for some reason "name" doesn't exist?. What do you think? |
Yes, it's an easy fix so I opened #498 to resolve it |
If you're using the pelias/docker workflow then you can test this dev branch by editing your docker-compose.yml file so that the image points to You can then rerun the opeenstreetmap import and please let me know if it solves your issue. |
I tested exactly as you mentioned and it works. That was an absolutely amazing response time! Thank you @missinglink, you are totally awesome :). Proof:
|
why is there no kebab emoji? 🤷♂ |
This functionality is now available in |
Hi,
I'm trying to import the OSM data for the city of Ganja, Azerbaijan into pelias.
It seems that there are some places that exist in .pbf (I used pbf2json to find them), but they are not present in the elasticsearch index, or I can't seem to find them.
Here is an example of a place: https://www.openstreetmap.org/node/6600732186#map=19/40.68178/46.35879
Even when trying on the following link, I can't seem to find the place: https://geocode.earth/
If you encountered this type of issue before, any advice in how to debug and figure out why it doesn't work would be greatly appreciated :).
The text was updated successfully, but these errors were encountered: