Hello,
I am making a geocoding request using the following URL:
https://api.openrouteservice.org/geocode/search?api_key=my_api_key&text={city}
Origin being the city that I want to geocode. It seems to do just find when the city has no spaces in it. Such as Seattle, however I can’t seem to get it to handle cities like Los Angles.
I have tried replacing spaces with %20 but that doesn’t seem to work. Any ideas?