Not sure what's going on, but if I make a request to Nominatim from the browser for this address ( 5145 Beltway Drive, Grand Rapids ) like this then it work fine, but if I do it through php and wrap the city and street details in urlencode, then I get no response. The encoded URL format is this, but somehow this is not accepted. The http response is 200, so that's not the issue. Does it simply not accept encoded data? I can't find anything about it in the documentation. asked 08 Jun '20, 19:09 Tijmens |
The
For best results I suggest using the unstructured query format and add the country if possible. jsonv2 format also has a couple of additional field.
answered 08 Jun '20, 20:37 mtmail |