For the Nominatim API[1] I need to submit my request using plus signs (+) instead of %20 (spaces). I looked at all parameters of req_url_query(), but couldn't find how to tweak this. Is this not yet implemented?
By the way, no rush, I have used the httr package in the meantime...
[1] Sample API call: https://nominatim.openstreetmap.org/search?q=135+pilkington+avenue,+birmingham&format=xml&polygon_kml=1&addressdetails=1
Thanks,
Tim
For the Nominatim API[1] I need to submit my request using plus signs (+) instead of %20 (spaces). I looked at all parameters of
req_url_query(), but couldn't find how to tweak this. Is this not yet implemented?By the way, no rush, I have used the
httrpackage in the meantime...[1] Sample API call: https://nominatim.openstreetmap.org/search?q=135+pilkington+avenue,+birmingham&format=xml&polygon_kml=1&addressdetails=1
Thanks,
Tim