Sorry for the noob question but apparently there is a limit of 1 request per second when using Nominatim. I'm using this through PHP. Would I have to manually limit requests to 1 per second or is this done automatically when sending a request through to the API? Thanks! |
You have to do that on your end. A simple |