Hi, when I search for the city "München" in Germany, the web service returns not the correct city by using: http://nominatim.openstreetmap.org/search.php?format=xml&addressdetails=1&limit=1&polygon=0&countrycodes=de&city=M%C3%BCnchen Otherwise by using query string, the web service return the correct city http://nominatim.openstreetmap.org/search.php?format=xml&addressdetails=1&limit=1&polygon=0&q=de,M%C3%BCnchen Any suggestion why and/or how I can fix the it? Thanks asked 31 Mar '15, 16:15 jppond |
Maybe because München is both a city and a county? Still sounds like a bug to me.
If nobody has any ideas, I will report this as a bug.
… now there: https://trac.openstreetmap.org/ticket/5300 (please always mention such crosslinks at the new AND old location)