Replies: 2 comments 1 reply
-
I don't think the URL escaping is an issue. As far as I see the street is in Altstadt II, not Dümpten suburb The same query doesn't work on openstreetmap.org either |
Beta Was this translation helpful? Give feedback.
1 reply
-
Instead of writing your own code, have a look at GeoPy. The Nominatim connector can be used with a custom |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have set up a nominatim server for europe and it seems to work at first glance. I can query it and get reasonable replies.
The problem comes when I have strings with non ascii characters that I want to query.
My current setup looks like this:
However for an address like:
'PILGERSTRASSE 19,DE-45473 MÜLHEIM DÜMPTEN'
I get the following:
'http://10.150.0.30:8080/search?q=PILGERSTRASSE%2019%2CDE-45473%20%20M%C3%9CLHEIM%20D%C3%9CMPTEN&limit=1'
Which returns nothing when passed to nominatim.
So how exactly do I pass such characters to nominatim?
Beta Was this translation helpful? Give feedback.
All reactions